Age | Commit message (Expand) | Author | Files | Lines |
2019-02-27 | boards.h: Ignore migration for SMBus devices on older machines | Corey Minyard | 1 | -0/+1 |
2019-02-27 | i2c: Split smbus into parts | Corey Minyard | 1 | -1/+1 |
2019-02-05 | hw/i386/pc: enable PVH only for machine type >= 4.0 | Stefano Garzarella | 1 | -0/+3 |
2019-01-14 | hw/misc/ivshmem: Remove deprecated "ivshmem" legacy device | Thomas Huth | 1 | -1/+0 |
2019-01-09 | machine: Use shorter format for GlobalProperty arrays | Eduardo Habkost | 1 | -155/+37 |
2019-01-09 | machine: Eliminate unnecessary stringify() usage | Eduardo Habkost | 1 | -15/+15 |
2019-01-07 | compat: remove remaining PC_COMPAT macros | Marc-André Lureau | 1 | -37/+20 |
2019-01-07 | compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macros | Marc-André Lureau | 1 | -7/+5 |
2019-01-07 | compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macros | Marc-André Lureau | 1 | -7/+5 |
2019-01-07 | compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macros | Marc-André Lureau | 1 | -8/+5 |
2019-01-07 | compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macros | Marc-André Lureau | 1 | -4/+2 |
2019-01-07 | compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macros | Marc-André Lureau | 1 | -4/+2 |
2019-01-07 | compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macros | Marc-André Lureau | 1 | -4/+2 |
2019-01-07 | compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macros | Marc-André Lureau | 1 | -5/+2 |
2019-01-07 | compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macros | Marc-André Lureau | 1 | -5/+2 |
2019-01-07 | compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macros | Marc-André Lureau | 1 | -5/+2 |
2019-01-07 | compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macros | Marc-André Lureau | 1 | -5/+2 |
2019-01-07 | compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macros | Marc-André Lureau | 1 | -5/+2 |
2019-01-07 | compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macros | Marc-André Lureau | 1 | -5/+2 |
2019-01-07 | compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macros | Marc-André Lureau | 1 | -5/+2 |
2019-01-07 | compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macros | Marc-André Lureau | 1 | -5/+2 |
2019-01-07 | machine: move compat properties out of globals | Marc-André Lureau | 1 | -317/+290 |
2019-01-07 | hw: apply machine compat properties without touching globals | Marc-André Lureau | 1 | -27/+54 |
2019-01-07 | machines: replace COMPAT define with a static array | Marc-André Lureau | 1 | -204/+270 |
2018-12-20 | hw/i386: Remove deprecated machines pc-0.10 and pc-0.11 | Thomas Huth | 1 | -68/+2 |
2018-12-19 | hw/smbios: Move to the hw/firmware/ subdirectory | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-12-11 | pc: Use default_machine_opts to set suppress_vmdesc | Eduardo Habkost | 1 | -1/+1 |
2018-12-11 | q35/440fx/arm/spapr: Add QEMU 4.0 machine type | Alex Williamson | 1 | -3/+12 |
2018-12-11 | i386: Rename bools in PCMachineState to end in _enabled | Corey Minyard | 1 | -1/+2 |
2018-11-20 | hw/i386: add pc-i440fx-3.1 & pc-q35-3.1 | Marc-André Lureau | 1 | -3/+12 |
2018-07-02 | hw/i386: Use the IEC binary prefix definitions | Paolo Bonzini | 1 | -1/+2 |
2018-06-25 | hw/i386: Deprecate the machine types pc-0.10 and pc-0.11 | Thomas Huth | 1 | -0/+1 |
2018-06-18 | hw/display: add standalone ramfb device | Gerd Hoffmann | 1 | -0/+2 |
2018-06-12 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' ... | Peter Maydell | 1 | -1/+1 |
2018-06-12 | object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence | Marc-André Lureau | 1 | -1/+1 |
2018-06-10 | pc: Remove PC_COMPAT_2_12 from 3.0 machine-types | Eduardo Habkost | 1 | -1/+0 |
2018-06-04 | migration: introduce decompress-error-check | Xiao Guangrong | 1 | -0/+1 |
2018-05-29 | hw/i386: Rename 2.13 machine types to 3.0 | Peter Maydell | 1 | -4/+4 |
2018-05-15 | pc: add 2.13 machine types | Babu Moger | 1 | -3/+12 |
2018-03-12 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Thomas Huth | 1 | -1/+0 |
2018-03-12 | q35: change default NIC to e1000e | Paolo Bonzini | 1 | -1/+5 |
2018-03-06 | scsi: Remove automatic creation of SCSI controllers with -drive if=scsi | Thomas Huth | 1 | -4/+0 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-01-17 | pc: add 2.12 machine types | Haozhong Zhang | 1 | -3/+12 |
2017-12-05 | pci: Eliminate pci_find_primary_bus() | David Gibson | 1 | -6/+2 |
2017-11-16 | NUMA: Enable adding NUMA node implicitly | Dou Liyang | 1 | -0/+1 |
2017-10-15 | pc: remove useless hot_add_cpu initialisation | Laurent Vivier | 1 | -2/+0 |
2017-10-15 | isapc: Remove unnecessary migration compatibility code | Eduardo Habkost | 1 | -2/+0 |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 1 | -0/+4 |
2017-09-19 | pc: use generic cpu_model parsing | Igor Mammedov | 1 | -3/+1 |