qemu.git
2024-06-08 Michal Privoznikbackends/hostmem: Report error when memory size is...
2024-06-08 Michal Privoznikosdep: Make qemu_madvise() return ENOSYS on unsupported...
2024-06-08 Michal Privoznikosdep: Make qemu_madvise() to set errno in all cases
2024-06-08 Michal Privoznikmeson: Don't even detect posix_madvise() on Darwin
2024-06-08 Paolo Bonzinimachine: default -M mem-merge to off is QEMU_MADV_MERGE...
2024-06-08 Mark Cave-Aylandtarget/i386: fix size of EBP writeback in gen_enter()
2024-06-08 Mark Cave-Aylandtarget/i386: fix SP when taking a memory fault during POP
2024-06-08 Mark Cave-Aylandtarget/i386: use gen_writeback() within gen_POP()
2024-06-08 Mark Cave-Aylandtarget/i386: use local X86DecodedOp in gen_POP()
2024-06-08 Paolo Bonzinitarget/i386: document use of DISAS_NORETURN
2024-06-08 Paolo Bonzinitarget/i386: document incorrect semantics of watchpoint...
2024-06-08 Paolo Bonzinitarget/i386: fix TF/RF handling for HLT
2024-06-08 Paolo Bonzinitarget/i386: fix INHIBIT_IRQ/TF/RF handling for PAUSE
2024-06-08 Paolo Bonzinitarget/i386: fix INHIBIT_IRQ/TF/RF handling for VMRUN
2024-06-08 Paolo Bonzinitarget/i386: disable/enable breakpoints on vmentry...
2024-06-08 Paolo Bonzinitarget/i386: implement DR7.GD
2024-06-08 Paolo Bonzinitarget/i386: cleanup PAUSE helpers
2024-06-08 Paolo Bonzinitarget/i386: cleanup HLT helpers
2024-06-08 Paolo Bonzinitarget/i386: fix implementation of ICEBP
2024-06-08 Paolo Bonzinitarget/i386: fix pushed value of EFLAGS.RF
2024-06-05 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2024-06-05 Michael Rothhw/i386: Add support for loading BIOS using guest_memfd
2024-06-05 Michael Rothhw/i386/sev: Use guest_memfd for legacy ROMs
2024-06-05 Xiaoyao Limemory: Introduce memory_region_init_ram_guest_memfd()
2024-06-05 Dov Muriki386/sev: Allow measured direct kernel boot on SNP
2024-06-05 Dov Muriki386/sev: Reorder struct declarations
2024-06-05 Dov Muriki386/sev: Extract build_kernel_loader_hashes
2024-06-05 Michael Rothi386/sev: Enable KVM_HC_MAP_GPA_RANGE hcall for SNP...
2024-06-05 Michael Rothi386/kvm: Add KVM_EXIT_HYPERCALL handling for KVM_HC_MA...
2024-06-05 Pankaj Guptai386/sev: Invoke launch_updata_data() for SNP class
2024-06-05 Paolo Bonzinii386/sev: Invoke launch_updata_data() for SEV class
2024-06-05 Brijesh Singhhw/i386/sev: Add support to encrypt BIOS when SEV-SNP...
2024-06-05 Michael Rothi386/sev: Add support for SNP CPUID validation
2024-06-05 Brijesh Singhi386/sev: Add support for populating OVMF metadata...
2024-06-05 Brijesh Singhhw/i386/sev: Add function to get SEV metadata from...
2024-06-05 Michael Rothi386/sev: Set CPU state to protected once SNP guest...
2024-06-05 Brijesh Singhi386/sev: Add handling to encrypt/finalize guest launch...
2024-06-05 Brijesh Singhi386/sev: Add the SNP launch start context
2024-06-05 Michael Rothi386/sev: Update query-sev QAPI format to handle SEV-SNP
2024-06-05 Paolo Bonzinii386/sev: Add a class method to determine KVM VM type...
2024-06-05 Michael Rothi386/sev: Don't return launch measurements for SEV...
2024-06-05 Michael Rothi386/cpu: Set SEV-SNP CPUID bit when SNP enabled
2024-06-05 Pankaj Guptai386/sev: Add snp_kvm_init() override for SNP class
2024-06-05 Pankaj Guptai386/sev: Add sev_kvm_init() override for SEV class
2024-06-05 Michael Rothi386/sev: Add a sev_snp_enabled() helper
2024-06-05 Brijesh Singhi386/sev: Introduce 'sev-snp-guest' object
2024-06-05 Pankaj Guptai386/sev: Move sev_launch_finish to separate class...
2024-06-05 Pankaj Guptai386/sev: Move sev_launch_update to separate class...
2024-06-05 Michael Rothi386/sev: Introduce "sev-common" type to encapsulate...
2024-06-05 Pankaj Guptai386/sev: Replace error_report with error_setg
2024-06-05 Paolo Bonzinimachine: allow early use of machine_require_guest_memfd
2024-06-05 Paolo Bonziniupdate-linux-headers: import linux/kvm_para.h header
2024-06-05 Pankaj Guptalinux-headers: Update to current kvm/next
2024-06-05 Paolo Bonziniupdate-linux-headers: move pvpanic.h to correct directory
2024-06-05 Paolo Bonziniupdate-linux-headers: fix forwarding to asm-generic...
2024-06-05 Paolo Bonzinitarget/i386: fix xsave.flat from kvm-unit-tests
2024-06-05 Zhao Liutarget/i386/tcg: Fix RDPID feature check
2024-06-05 Xinyu Litarget/i386: fix memory opsize for Mov to/from Seg
2024-06-05 Xinyu Litarget/i386: fix SSE and SSE2 feature check
2024-06-05 Paolo Bonzinihost/i386: assume presence of POPCNT
2024-06-05 Paolo Bonzinihost/i386: assume presence of SSSE3
2024-06-05 Paolo Bonzinihost/i386: assume presence of SSE2
2024-06-05 Paolo Bonzinihost/i386: assume presence of CMOV
2024-06-05 Paolo Bonzinimeson: assume x86-64-v2 baseline ISA
2024-06-05 Paolo Bonzinihost/i386: nothing looks at CPUINFO_SSE4
2024-06-05 Paolo Bonzinivirtio-blk: remove SCSI passthrough functionality
2024-06-05 Paolo Bonzinidocs, tests: do not specify scsi=off
2024-06-04 Richard HendersonMerge tag 'hw-misc-accel-20240604' of https://github...
2024-06-04 Richard HendersonMerge tag 'net-pull-request' of https://github.com...
2024-06-04 Richard HendersonMerge tag 'pull-nbd-2024-05-30-v2' of https://repo...
2024-06-04 Gerd Hoffmannusb: add config options for the hub and hid devices
2024-06-04 Philippe Mathieu... qga: Remove deprecated 'blacklist' argument / config key
2024-06-04 Philippe Mathieu... trace: Remove deprecated 'vcpu' field from QMP trace...
2024-06-04 Philippe Mathieu... hw/acpi: Remove the deprecated QAPI MEM_UNPLUG_ERROR...
2024-06-04 Peter Maydellhw/dma/xlnx_dpdma: Read descriptor into buffer, not...
2024-06-04 Thomas Weißschuhhw/misc/debugexit: use runstate API instead of plain...
2024-06-04 Philippe Mathieu... hw/xen: Register framebuffer backend via xen_backend_init()
2024-06-04 Philippe Mathieu... hw/xen: Make XenDevOps structures const
2024-06-04 Philippe Mathieu... hw/xen: Constify xenstore_be::XenDevOps
2024-06-04 Philippe Mathieu... hw/xen: Constify XenLegacyDevice::XenDevOps
2024-06-04 Edgar E. Iglesiasphysmem: Replace check for RAMBlock offset 0 with xen_m...
2024-06-04 Edgar E. Iglesiasphysmem: Always pass offset + addr to xen_map_cache
2024-06-04 Edgar E. Iglesiasxen: Add xen_mr_is_memory()
2024-06-04 Alex Bennéecore/cpu-common: initialise plugin state before thread...
2024-06-04 Alex Bennéeplugins: remove special casing for cpu->realized
2024-06-04 Alex Bennéecpu-target: don't set cpu->thread_id to bogus value
2024-06-04 Alex Bennéecpu: move Qemu[Thread|Cond] setup into common code
2024-06-04 Alex Bennéehw/core: expand on the alignment of CPUState
2024-06-04 Peter Maydellaccel/kvm: Fix two lines with hard-coded tabs
2024-06-04 Philippe Mathieu... accel/tcg: Move common declarations to 'internal-common.h'
2024-06-04 Philippe Mathieu... system/runstate: Remove unused 'qemu/plugin.h' header
2024-06-04 Gerd HoffmannMAINTAINERS: drop usb maintainership
2024-06-04 Richard Hendersonutil/hexdump: Remove ascii parameter from qemu_hexdump_line
2024-06-04 Richard Hendersonutil/hexdump: Remove b parameter from qemu_hexdump_line
2024-06-04 Philippe Mathieu... disas/microblaze: Replace sprintf() by snprintf()
2024-06-04 Philippe Mathieu... disas/m68k: Replace sprintf() by snprintf()
2024-06-04 Richard Hendersontarget/i386/kvm: Improve KVM_EXIT_NOTIFY warnings
2024-06-04 Philippe Mathieu... target/arm: Replace sprintf() by snprintf()
2024-06-04 Philippe Mathieu... target/mips: Remove unused 'hw/misc/mips_itu.h' header
2024-06-04 Philippe Mathieu... target/riscv: Restrict riscv_cpu_do_interrupt() to...
next