aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)AuthorFilesLines
2019-07-05i386/cpu: Consolidate die-id validity in smp contextLike Xu2-0/+15
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu1-0/+1
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-1/+1
2019-07-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-12/+13
2019-07-04virtio: add "use-started" propertyXie Yongji1-0/+1
2019-07-02hw/core: Collect HMP command handlers in hw/core/Markus Armbruster2-0/+165
2019-07-02hw/core: Collect QMP command handlers in hw/core/Markus Armbruster3-62/+329
2019-07-02hw/core: Move numa.c to hw/core/Markus Armbruster2-0/+669
2019-07-02qapi: Split qom.json and qdev.json off misc.jsonMarkus Armbruster1-1/+1
2019-06-21hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1Greg Kurz1-4/+1
2019-06-13hw/core/bus.c: Only the main system bus can have no parentPeter Maydell1-12/+9
2019-06-13edid: flip the default to enabledGerd Hoffmann1-1/+7
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster3-2/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster11-0/+11
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster2-1/+2
2019-06-04block: Add qdev_prop_drive_iothread property typeKevin Wolf1-5/+38
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-1/+3
2019-06-03q35: Revert to kernel irqchipAlex Williamson1-0/+3
2019-05-30Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190529' into...Peter Maydell1-0/+10
2019-05-29usb-tablet: fix serial compat propertyGerd Hoffmann1-1/+1
2019-05-29sysbus: add a sysbus_mmio_unmap() helperCédric Le Goater1-0/+10
2019-05-20hw: report invalid disable-legacy|modern usage for virtio-1-only devsDaniel P. Berrangé1-3/+20
2019-05-15roms: assert if max rom size is less than the used sizeIgor Mammedov1-0/+1
2019-04-25hw: add compat machines for 4.1Cornelia Huck1-0/+3
2019-04-17loader-fit: Wean off error_printf()Markus Armbruster1-26/+36
2019-03-12Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-0/+65
2019-03-11sysbus: Fix latent bug with onboard devicesMarkus Armbruster1-3/+0
2019-03-11qom: Move compat_props machinery from qdev to QOMMarkus Armbruster1-39/+0
2019-03-11qdev: Fix latent bug with compat_props and onboard devicesMarkus Armbruster1-11/+37
2019-03-11machine: Move nvdimms state into struct MachineStateEric Auger1-0/+65
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+11
2019-03-06qdev: Provide qdev_get_bus_hotplug_handler()David Hildenbrand1-1/+9
2019-03-06qdev: Let machine hotplug handler to override bus hotplug handlerIgor Mammedov1-4/+2
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand1-2/+1
2019-03-06qdev/core: fix qbus_is_full()Tony Krowiak1-0/+3
2019-02-22virtio-blk: add "discard" and "write-zeroes" propertiesStefano Garzarella1-0/+2
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth1-9/+2
2019-02-05hw/core/loader.c: Read as long as possible in load_image_size()Li Zhijian1-6/+5
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2-9/+17
2019-01-30usb: assign unique serial numbers to hid devicesGerd Hoffmann1-0/+3
2019-01-17tpm: add a "ppi" boolean propertyMarc-André Lureau1-0/+2
2019-01-17virtio: Make disable-legacy/disable-modern compat properties optionalEduardo Habkost1-2/+3
2019-01-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-17/+17
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-14/+14
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-2/+2
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2019-01-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2-276/+71
2019-01-09qdev: fix -device scsi-hd,help regressionMarc-André Lureau1-3/+6
2019-01-09machine: Use shorter format for GlobalProperty arraysEduardo Habkost1-273/+65
2019-01-09machine: Eliminate unnecessary stringify() usageEduardo Habkost1-4/+4