Age | Commit message (Expand) | Author | Files | Lines |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 1 | -2/+2 |
2020-07-08 | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request... | Peter Maydell | 1 | -2/+1 |
2020-07-06 | pc_basic_device_init: drop no_vmport arg | Gerd Hoffmann | 1 | -1/+0 |
2020-07-06 | pc_basic_device_init: drop has_pit arg | Gerd Hoffmann | 1 | -1/+1 |
2020-07-06 | pc_basic_device_init: pass PCMachineState | Gerd Hoffmann | 1 | -1/+1 |
2020-07-03 | numa: Auto-enable NUMA when any memory devices are possible | David Hildenbrand | 1 | -0/+1 |
2020-06-26 | numa: forbid '-numa node, mem' for 5.1 and newer machine types | Igor Mammedov | 1 | -0/+1 |
2020-06-17 | x86: move max-ram-below-4g to pc | Gerd Hoffmann | 1 | -5/+5 |
2020-06-12 | xen: fix build without pci passthrough | Anthony PERARD | 1 | -1/+1 |
2020-06-10 | accel: Move Xen accelerator code under accel/xen/ | Philippe Mathieu-Daudé | 1 | -0/+1 |
2020-06-10 | i386:pc: whitelist dynamic vmbus-bridge | Jon Doron | 1 | -0/+2 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 1 | -1/+1 |
2020-05-06 | hw: add compat machines for 5.1 | Cornelia Huck | 1 | -1/+13 |
2020-05-04 | nvdimm: Use configurable ACPI IO base and size | Kwangwoo Lee | 1 | -0/+2 |
2020-04-11 | piix: fix xenfv regression, add compat machine xenfv-4.2 | Olaf Hering | 1 | -3/+16 |
2020-03-29 | acpi: add acpi=OnOffAuto machine property to x86 and arm virt | Gerd Hoffmann | 1 | -1/+1 |
2020-03-17 | hw/ide: Remove unneeded inclusion of hw/ide.h | BALATON Zoltan | 1 | -1/+0 |
2020-03-17 | hw/ide: Do ide_drive_get() within pci_ide_create_devs() | BALATON Zoltan | 1 | -4/+5 |
2020-03-17 | hw/ide: Get rid of piix3_init functions | BALATON Zoltan | 1 | -5/+5 |
2020-03-09 | hw/i386: Include "hw/mem/nvdimm.h" | Philippe Mathieu-Daudé | 1 | -0/+1 |
2020-02-28 | hw: Make MachineClass::is_default a boolean type | Philippe Mathieu-Daudé | 1 | -5/+5 |
2020-01-05 | hw: fix using 4.2 compat in 5.0 machine types for i440fx/q35 | Denis Plotnikov | 1 | -1/+0 |
2019-12-18 | hw/i386: Remove the deprecated machines 0.12 up to 0.15 | Thomas Huth | 1 | -83/+2 |
2019-12-17 | x86: move SMM property to X86MachineState | Paolo Bonzini | 1 | -3/+3 |
2019-12-14 | hw: add compat machines for 5.0 | Cornelia Huck | 1 | -1/+13 |
2019-12-13 | virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertised | Evgeny Yakovlev | 1 | -0/+1 |
2019-11-19 | hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClass | Liam Merwick | 1 | -2/+2 |
2019-11-19 | hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled | Thomas Huth | 1 | -2/+2 |
2019-11-05 | hw/pci-host/i440fx: Remove the last PIIX3 traces | Philippe Mathieu-Daudé | 1 | -1/+7 |
2019-11-05 | hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h | Philippe Mathieu-Daudé | 1 | -0/+1 |
2019-11-05 | piix4: Add a MC146818 RTC Controller as specified in datasheet | Philippe Mathieu-Daudé | 1 | -0/+1 |
2019-10-26 | target/i386: move FERR handling to target/i386 | Paolo Bonzini | 1 | -1/+3 |
2019-10-24 | hw/i386/pc: Remove kvm_i386.h include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2019-10-24 | hw/i386/pc: Extract pc_i8259_create() | Philippe Mathieu-Daudé | 1 | -12/+1 |
2019-10-24 | hw/i386/pc: Extract pc_gsi_create() | Philippe Mathieu-Daudé | 1 | -8/+1 |
2019-10-22 | hw/i386: make x86.c independent from PCMachineState | Sergio Lopez | 1 | -1/+1 |
2019-10-22 | hw/i386: split PCMachineState deriving X86MachineState from it | Paolo Bonzini | 1 | -21/+22 |
2019-10-22 | hw/i386/pc: move shared x86 functions to x86.c and export them | Sergio Lopez | 1 | -0/+1 |
2019-10-22 | hw/i386/pc: rename functions shared with non-PC machines | Sergio Lopez | 1 | -1/+1 |
2019-09-20 | pc: Add an SMB0 ACPI device to q35 | Corey Minyard | 1 | -6/+6 |
2019-08-21 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell | 1 | -1/+1 |
2019-08-21 | misc: fix naming scheme of compatiblity arrays | Marc-André Lureau | 1 | -1/+1 |
2019-08-21 | hw: add compat machines for 4.2 | Cornelia Huck | 1 | -1/+13 |
2019-08-16 | Include hw/boards.h a bit less | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-07-08 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -3/+9 |
2019-07-05 | hw/i386: Fix linker error when ISAPC is disabled | Julio Montes | 1 | -3/+9 |
2019-07-05 | i386: Make unversioned CPU models be aliases | Eduardo Habkost | 1 | -0/+4 |
2019-07-04 | pc: Move compat_apic_id_mode variable to PCMachineClass | Eduardo Habkost | 1 | -1/+2 |