aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-06-15block: Remove deprecated -drive geometry optionsKevin Wolf1-14/+0
2018-06-15e1000e: Do not auto-clear ICR bits which aren't set in EIACJan Kiszka1-4/+0
2018-06-13Purge uses of banned g_assert_FOO()Markus Armbruster3-8/+8
2018-06-12Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' ...Peter Maydell15-16/+25
2018-06-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180612' into...Peter Maydell15-184/+176
2018-06-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-20/+19
2018-06-12usb-mtp: Return error on suspicious TYPE_DATA packet from initiatorBandan Das1-0/+5
2018-06-12usb-ccid: fix bus leakMarc-André Lureau1-0/+1
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau11-13/+13
2018-06-12bus: do not unref the added child bus on realizeMarc-André Lureau1-1/+0
2018-06-12usb/dev-mtp: Fix use of uninitialized valuesPhilippe Mathieu-Daudé1-1/+5
2018-06-12usb: correctly handle Zero Length PacketsPhilippe Mathieu-Daudé1-1/+1
2018-06-12spapr_pci: Remove unhelpful pagesize warningDavid Gibson1-7/+0
2018-06-12xics_kvm: use KVM helpersCédric Le Goater1-38/+14
2018-06-12ppc/pnv: fix LPC HC firmware address spaceCédric Le Goater1-1/+3
2018-06-12spapr: handle cpu core unplug via hotplug handler chainDavid Hildenbrand1-1/+11
2018-06-12spapr: handle pc-dimm unplug via hotplug handler chainDavid Hildenbrand1-3/+15
2018-06-12spapr: introduce machine unplug handlerDavid Hildenbrand1-0/+6
2018-06-12spapr: move memory hotplug support check into spapr_memory_pre_plug()David Hildenbrand1-7/+6
2018-06-12spapr: move lookup of the node into spapr_memory_plug()David Hildenbrand1-7/+5
2018-06-12spapr: no need to verify the nodeDavid Hildenbrand1-8/+2
2018-06-12ppc4xx_i2c: Clean up and improve error loggingBALATON Zoltan1-43/+51
2018-06-12mos6522: convert VMSTATE_TIMER_PTR_TEST to VMSTATE_TIMER_PTRMark Cave-Ayland1-8/+1
2018-06-12mos6522: move timer frequency initialisation to mos6522_resetMark Cave-Ayland2-13/+6
2018-06-12cuda: embed mos6522_cuda device directly rather than using QOM object linkMark Cave-Ayland2-27/+19
2018-06-12mos6522: fix vmstate_mos6522_timer version in vmstate_mos6522Mark Cave-Ayland1-1/+1
2018-06-12ppc: remove obsolete macio_init() definition from mac.hMark Cave-Ayland1-3/+0
2018-06-12ppc: remove obsolete pci_pmac_init() definitions from mac.hMark Cave-Ayland1-6/+0
2018-06-12hw/misc/mos6522: Add trailing '\n' to qemu_log() callsPhilippe Mathieu-Daudé1-2/+2
2018-06-12spapr/vio: deprecate the "irq" propertyCédric Le Goater1-1/+21
2018-06-12prep: fix keyboard for the 40p machineMark Cave-Ayland1-1/+0
2018-06-1240p: remove pci_allow_0_address = true from 40p machine classMark Cave-Ayland1-1/+0
2018-06-12hw/ppc/spapr_drc: Replace error_setg(&error_abort) by error_report() + abort()Philippe Mathieu-Daudé1-1/+2
2018-06-12uninorth: remove token register from uninorth deviceMark Cave-Ayland1-6/+5
2018-06-12macio: add trace-events to timer deviceMark Cave-Ayland2-0/+7
2018-06-12ppc440_pcix: Fix a typo in setting a register (Coverity CID1390577)BALATON Zoltan1-1/+1
2018-06-11nvdimm: make persistence option symbolicRoss Zwisler2-20/+19
2018-06-11Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2-2/+0
2018-06-10pc: Remove PC_COMPAT_2_12 from 3.0 machine-typesEduardo Habkost2-2/+0
2018-06-08ide: introduce ide_transfer_start_norecursePaolo Bonzini2-23/+35
2018-06-08atapi: call ide_set_irq before ide_transfer_startPaolo Bonzini1-2/+2
2018-06-08ide: make ide_transfer_stop idempotentPaolo Bonzini1-10/+4
2018-06-08ide: call ide_cmd_done from ide_transfer_stopPaolo Bonzini1-7/+4
2018-06-08ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini3-11/+12
2018-06-08ahci: move PIO Setup FIS before transfer, fix it for ATAPI commandsJohn Snow1-11/+5
2018-06-08ahci: make ahci_mem_write traces more descriptiveJohn Snow2-2/+17
2018-06-08ahci: delete old host register address definitionsJohn Snow1-6/+0
2018-06-08ahci: adjust ahci_mem_write to work on registersJohn Snow1-6/+9
2018-06-08ahci: fix spacing damage on ahci_mem_writeJohn Snow1-24/+23
2018-06-08ahci: make mem_read_32 traces more descriptiveJohn Snow2-2/+8