aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-15pnv/psi: Correct the pnv-psi* devices not to be sysbus devicesMarkus Armbruster2-2/+2
2020-06-15ppc/pnv: Put "*-pnv-chip" and "pnv-xive" on the main system busMarkus Armbruster1-3/+3
2020-06-15macio: Fix macio-bus to be a subtype of System busMarkus Armbruster1-1/+1
2020-06-15macio: Put "macio-nvram" device on the macio busMarkus Armbruster1-1/+2
2020-06-15ppc4xx: Drop redundant device realizationMarkus Armbruster1-2/+0
2020-06-15MAINTAINERS: Make section PowerNV cover pci-host/pnv* as wellMarkus Armbruster1-0/+2
2020-06-15pnv/phb4: Delete unused "pnv-phb4-pec-stack" devicesMarkus Armbruster1-0/+3
2020-06-15macio: Delete unused "macio-gpio" devicesMarkus Armbruster1-0/+2
2020-06-15macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devicesMarkus Armbruster2-10/+20
2020-06-15mac_via: Fix to realize "mos6522-q800-via*" devicesMarkus Armbruster1-0/+5
2020-06-15auxbus: Fix aux-to-i2c-bridge to be a subtype of aux-slaveMarkus Armbruster1-1/+1
2020-06-15armv7m: Delete unused "ARM,bitband-memory" devicesMarkus Armbruster1-2/+4
2020-06-15arm/aspeed: Rework NIC attachmentCédric Le Goater4-4/+21
2020-06-15arm/aspeed: Compute the number of CPUs from the SoC definitionCédric Le Goater4-27/+32
2020-06-15sd/pxa2xx_mmci: Fix to realize "pxa2xx-mmci" deviceMarkus Armbruster1-0/+1
2020-06-15display/xlnx_dp: Fix to realize "i2c-ddc" and "aux-to-i2c-bridge"Markus Armbruster1-0/+4
2020-06-15arm/stm32f405: Fix realization of "stm32f2xx-adc" devicesMarkus Armbruster1-10/+13
2020-06-15qom: Make "info qom-tree" show children sortedMarkus Armbruster1-8/+16
2020-06-15qom: Constify object_get_canonical_path{,_component}()'s parameterMarkus Armbruster2-4/+4
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell126-980/+6572
2020-06-12target/i386: Remove obsolete TODO fileThomas Huth1-31/+0
2020-06-12stubs: move Xen stubs to accel/Paolo Bonzini4-22/+8
2020-06-12replay: fix replay shutdown for console modePavel Dovgalyuk1-0/+5
2020-06-12exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h'Philippe Mathieu-Daudé3-9/+7
2020-06-12hw/usb: Move device-specific declarations to new 'hcd-musb.h' headerPhilippe Mathieu-Daudé4-30/+48
2020-06-12exec/memory: Remove unused MemoryRegionMmio typePhilippe Mathieu-Daudé1-6/+0
2020-06-12checkpatch: reversed logic with acpi test checksMichael S. Tsirkin1-1/+1
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