aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-12target/i386: sev: Unify SEVState and SevGuestStateDavid Gibson1-45/+34
2020-06-12target/i386: sev: Remove redundant handle fieldDavid Gibson1-8/+4
2020-06-12target/i386: sev: Remove redundant policy fieldDavid Gibson1-5/+2
2020-06-12target/i386: sev: Remove redundant cbitpos and reduced_phys_bits fieldsDavid Gibson1-12/+7
2020-06-12target/i386: sev: Partial cleanup to sev_state globalDavid Gibson1-44/+48
2020-06-12target/i386: sev: Embed SEVState in SevGuestStateDavid Gibson1-25/+29
2020-06-12target/i386: sev: Rename QSevGuestInfoDavid Gibson1-43/+44
2020-06-12target/i386: sev: Move local structure definitions into .c fileDavid Gibson2-44/+44
2020-06-12target/i386: sev: Remove unused QSevGuestInfoClassDavid Gibson2-6/+0
2020-06-12xen: fix build without pci passthroughAnthony PERARD7-8/+43
2020-06-12i386: hvf: Drop HVFX86EmulatorStateRoman Bolshakov4-7/+0
2020-06-12i386: hvf: Move mmio_buf into CPUX86StateRoman Bolshakov4-7/+12
2020-06-12i386: hvf: Move lazy_flags into CPUX86StateRoman Bolshakov3-35/+34
2020-06-12i386: hvf: Drop regs in HVFX86EmulatorStateRoman Bolshakov2-15/+16
2020-06-12i386: hvf: Drop copy of RFLAGS definesRoman Bolshakov4-31/+9
2020-06-12i386: hvf: Drop rflags from HVFX86EmulatorStateRoman Bolshakov7-67/+24
2020-06-12i386: hvf: Drop fetch_rip from HVFX86EmulatorStateRoman Bolshakov3-9/+1
2020-06-12i386: hvf: Use IP from CPUX86StateRoman Bolshakov5-54/+51
2020-06-12i386: hvf: Use ins_len to advance IPRoman Bolshakov1-1/+1
2020-06-12i386: hvf: Drop unused variableRoman Bolshakov1-1/+0
2020-06-12i386: hvf: Clean stray includes in sysemuRoman Bolshakov1-7/+0
2020-06-12i386: hvf: Drop useless declarations in sysemuRoman Bolshakov2-25/+4
2020-06-12i386: hvf: Move HVFState definition into hvfRoman Bolshakov2-37/+35
2020-06-12target/ppc: Restrict PPCVirtualHypervisorClass to system-modePhilippe Mathieu-Daudé3-13/+17
2020-06-12sysemu/hvf: Only declare hvf_allowed when HVF is availablePhilippe Mathieu-Daudé1-3/+3
2020-06-12sysemu/tcg: Only declare tcg_allowed when TCG is availablePhilippe Mathieu-Daudé1-1/+1
2020-06-12sysemu/accel: Restrict machine methods to system-modePhilippe Mathieu-Daudé1-0/+2
2020-06-12target/i386: correct fix for pcmpxstrx substring searchJoseph Myers3-2/+38
2020-06-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell74-748/+2177
2020-06-12virtio-pci: fix queue_enable writeJason Wang1-4/+8
2020-06-12pci: Display PCI IRQ pin in "info pci"Peter Xu3-3/+7
2020-06-12Fix parameter type in vhost migration log pathRaphael Norwitz1-2/+2
2020-06-12acpi: ged: rename event memory regionGerd Hoffmann2-9/+9
2020-06-12acpi: fadt: add hw-reduced sleep register supportGerd Hoffmann2-2/+4
2020-06-12acpi: madt: skip pci override on pci-less systems.Gerd Hoffmann3-13/+18
2020-06-12acpi: create acpi-common.c and move madt codeGerd Hoffmann4-123/+170
2020-06-12acpi: make build_madt() more generic.Gerd Hoffmann1-7/+7
2020-06-12virtio: add vhost-user-vsock-pci deviceStefano Garzarella2-0/+85
2020-06-12virtio: add vhost-user-vsock base deviceStefano Garzarella4-0/+221
2020-06-12vhost-vsock: add vhost-vsock-common abstractionStefano Garzarella5-251/+350
2020-06-12hw/pci: Fix crash when running QEMU with "-nic model=rocker"Thomas Huth1-1/+12
2020-06-12libvhost-user: advertise vring featuresStefan Hajnoczi2-3/+11
2020-06-12Lift max ram slots limit in libvhost-userRaphael Norwitz2-12/+20
2020-06-12Support individual region unmap in libvhost-userRaphael Norwitz2-0/+64
2020-06-12Support adding individual regions in libvhost-userRaphael Norwitz2-0/+110
2020-06-12Support ram slot configuration in libvhost-userRaphael Norwitz2-0/+20
2020-06-12Refactor out libvhost-user fault generation logicRaphael Norwitz1-68/+79
2020-06-12Lift max memory slots limit imposed by vhost-userRaphael Norwitz2-23/+40
2020-06-12Transmit vhost-user memory regions individuallyRaphael Norwitz2-74/+469
2020-06-12Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTSRaphael Norwitz3-2/+64