summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virtio-console: Explicit we ignore some QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé2020-01-071-0/+5
* vhost-user-blk: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé2020-01-071-0/+5
* vhost-user-net: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé2020-01-071-0/+5
* vhost-user-crypto: Explicit we ignore some QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé2020-01-071-0/+5
* ccid-card-passthru: Explicit we ignore QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé2020-01-071-0/+5
* hw/usb/redirect: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé2020-01-071-0/+5
* hw/usb/dev-serial: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé2020-01-071-0/+4
* hw/char/terminal3270: Explicit ignored QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé2020-01-071-0/+5
* hw/ipmi: Explicit we ignore some QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé2020-01-071-0/+6
* hw/ipmi: Remove unnecessary declarationsPhilippe Mathieu-Daudé2020-01-071-4/+0Star
* target/i386: Add missed features to Cooperlake CPU modelXiaoyao Li2020-01-071-1/+50
* target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIESXiaoyao Li2020-01-071-5/+8
* target/i386: Fix handling of k_gs_base register in 32-bit mode in gdbstubmkdolata@us.ibm.com2020-01-071-2/+2
* hw/rtc/mc146818: Add missing dependency on ISA BusPhilippe Mathieu-Daudé2020-01-071-0/+1
* hw/nvram/Kconfig: Restrict CHRP NVRAM to machines using OpenBIOS or SLOFPhilippe Mathieu-Daudé2020-01-075-1/+8
* hw/nvram/Kconfig: Add an entry for the NMC93xx EEPROMPhilippe Mathieu-Daudé2020-01-074-1/+8
* hw/ppc/Kconfig: Only select FDT helper for machines using itPhilippe Mathieu-Daudé2020-01-072-1/+12
* hw/ppc/Kconfig: Only select fw_cfg with machines using OpenBIOSPhilippe Mathieu-Daudé2020-01-072-1/+8
* hw/ppc/Makefile: Simplify the sPAPR PCI objects rulePhilippe Mathieu-Daudé2020-01-071-4/+1Star
* hw/ppc/Kconfig: Let the Xilinx Virtex5 ML507 use the PPC-440 devicesPhilippe Mathieu-Daudé2020-01-071-0/+1
* hw/ppc/Kconfig: Let the Sam460ex board use the PowerPC 405 devicesPhilippe Mathieu-Daudé2020-01-071-0/+1
* hw/ppc/Kconfig: Restrict the MPC I2C controller to e500-based platformsPhilippe Mathieu-Daudé2020-01-072-1/+1
* hw/i386/Kconfig: Let the MicroVM machine select the SERIAL_ISA configPhilippe Mathieu-Daudé2020-01-071-1/+1
* hw/intc/i8259: Fix Kconfig dependency on ISA busPhilippe Mathieu-Daudé2020-01-071-0/+1
* hw/usb/redirect: Do not link 'usb-redir' device when USB not enabledPhilippe Mathieu-Daudé2020-01-071-0/+2
* hw/timer/Kconfig: Intel 8254 PIT depends of ISA busPhilippe Mathieu-Daudé2020-01-071-0/+1
* hw/i386/pc: fix regression in parsing vga cmdline parameterPeter Wu2020-01-071-4/+4
* hw/i386/x86-iommu: Add missing stubsPhilippe Mathieu-Daudé2020-01-071-0/+9
* replay: record and replay random number sourcesPavel Dovgalyuk2020-01-078-4/+77
* replay: check other timers for icount limitPavel Dovgalyuk2020-01-071-0/+4
* hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35Denis Plotnikov2020-01-072-2/+0Star
* accel/kvm: Make "kernel_irqchip" default onXiaoyao Li2020-01-072-9/+13
* x86: Check for machine state object class before typecasting itMichal Privoznik2020-01-071-0/+1
* Merge remote-tracking branch 'remotes/elmarco/tags/dbus-vmstate7-pull-request...Peter Maydell2020-01-0643-205/+1660
|\
| * tests: add dbus-vmstate-testMarc-André Lureau2020-01-065-1/+511
| * tests: add migration-helpers unitMarc-André Lureau2020-01-064-166/+216
| * dockerfiles: add dbus-daemon to some of latest distributionsMarc-André Lureau2020-01-064-0/+4
| * configure: add GDBUS_CODEGENMarc-André Lureau2020-01-061-0/+7
| * Add dbus-vmstate objectMarc-André Lureau2020-01-068-0/+604
| * util: add dbus helper unitMarc-André Lureau2020-01-064-0/+81
| * docs: start a document to describe D-Bus usageMarc-André Lureau2020-01-063-0/+111
| * vmstate: replace DeviceState with VMStateIfMarc-André Lureau2020-01-0617-38/+41
| * vmstate: add qom interface to get idMarc-André Lureau2020-01-068-0/+85
* | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-01-06' in...Peter Maydell2020-01-06131-552/+1139
|\ \
| * | backup-top: Begin drain earlierMax Reitz2020-01-061-2/+2
| * | tests/qemu-iotests: Update tests to recent desugarized -accel optionPhilippe Mathieu-Daudé2020-01-062-4/+4
| * | tests/qemu-iotests: add case to write compressed data of multiple clustersAndrey Shinkevich2020-01-062-0/+57
| * | qcow2: Allow writing compressed data of multiple clustersAndrey Shinkevich2020-01-061-27/+75
| * | block: introduce compress filter driverAndrey Shinkevich2020-01-063-4/+175
| * | iotests: Allow check -o data_fileMax Reitz2020-01-062-3/+42