summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-03-10hw: Propagate errors through qdev_prop_set_drive()Markus Armbruster7-25/+30
2015-03-10scsi: Clean up duplicated error in legacy if=scsi codeMarkus Armbruster4-2/+6
2015-03-09sPAPR: Implement sPAPRPHBClass EEH callbacksGavin Shan2-0/+116
2015-03-09sPAPR: Implement EEH RTAS callsGavin Shan1-0/+271
2015-03-09spapr_vio: Convert to realize()Markus Armbruster5-37/+26
2015-03-09openpic: convert to vmstateMark Cave-Ayland1-134/+119
2015-03-09openpic: switch IRQQueue queue from inline to bitmapMark Cave-Ayland1-9/+16
2015-03-09openpic: fix up loadvm under -M mac99Mark Cave-Ayland1-5/+3
2015-03-09openpic: fix segfault on -M mac99 savevmMark Cave-Ayland1-1/+1
2015-03-09cuda.c: include adb_poll_timer in VMStateDescriptionMark Cave-Ayland1-2/+3
2015-03-09adb.c: include ADBDevice parent state in KBDState and MouseStateMark Cave-Ayland1-4/+18
2015-03-09macio.c: include parent PCIDevice state in VMStateDescriptionMark Cave-Ayland1-0/+24
2015-03-09Openpic: check that cpu id is within the number of cpusFabien Chouteau1-2/+2
2015-03-09pseries: Switch VGA endian on H_SET_MODEDavid Gibson2-0/+30
2015-03-09vga: Expose framebuffer byteorder as a QOM propertyDavid Gibson1-0/+29
2015-03-09spapr: Clean up misuse of qdev_init() in xics-kvm creationMarkus Armbruster1-13/+12
2015-03-09PPC: Clean up misuse of qdev_init() in kvm-openpic creationMarkus Armbruster1-9/+11
2015-03-09pseries: Export RTC time via QOMDavid Gibson2-0/+10
2015-03-09pseries: Move rtc_offset into RTC device's state structureDavid Gibson2-7/+64
2015-03-09pseries: Make the PAPR RTC a qdev deviceDavid Gibson3-5/+56
2015-03-09pseries: Make RTAS time of day functions respect -rtc optionsDavid Gibson1-4/+36
2015-03-09pseries: Add spapr_rtc_read() helper functionDavid Gibson2-3/+12
2015-03-09pseries: Add more parameter validation in RTAS time of day functionsDavid Gibson1-1/+6
2015-03-09pseries: Move sPAPR RTC code into its own fileDavid Gibson4-50/+87
2015-03-09Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson1-41/+3
2015-03-09spapr-pci: Enable huge BARsAlexey Kardashevskiy2-2/+28
2015-03-09spapr: Add pseries-2.3 machineAlexey Kardashevskiy1-2/+17
2015-03-09pseries: Limit PCI host bridge "index" valueDavid Gibson1-1/+7
2015-03-09spapr_vio/spapr_iommu: Move VIO bypass where it belongsAlexey Kardashevskiy2-12/+42
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell98-4411/+1980
2015-03-08Merge remote-tracking branch 'remotes/xtensa/tags/20150307-xtensa' into stagingPeter Maydell1-2/+20
2015-03-08Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2-6/+41
2015-03-08acpi: drop unused codeMichael S. Tsirkin1-12/+0
2015-03-08acpi-build: fix typo in commentMichael S. Tsirkin1-1/+1
2015-03-08Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150304-1' into ...Peter Maydell2-26/+31
2015-03-08Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150303-1' into s...Peter Maydell1-3/+12
2015-03-07target-xtensa: xtfpga: fix ml605 flash sizeMax Filippov1-1/+1
2015-03-07hw/xtensa: allow reads/writes in the system I/O regionMax Filippov1-1/+19
2015-03-04virtio-balloon: Add some trace eventszhanghailiang1-0/+6
2015-03-04virtio-balloon: Fix balloon not working correctly when hotplug memoryzhanghailiang1-6/+9
2015-03-04pc-dimm: add a function to calculate VM's current RAM sizezhanghailiang1-0/+26
2015-03-04acpi: update generated filesMichael S. Tsirkin2-1224/+22
2015-03-04Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150302.0' i...Peter Maydell2-5/+106
2015-03-03aml-build: fix build for glib < 2.22Michael S. Tsirkin1-2/+3
2015-03-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-18/+21
2015-03-03xhci: generate a Transfer Event for each Transfer TRB with the IOC bit setLaszlo Ersek1-3/+12
2015-03-03qxl: drop update_displaychangelistener call for secondary qxl devicesGerd Hoffmann1-1/+0
2015-03-03vga: refactor vram_size clamping and roundingRadim Krčmář1-7/+15
2015-03-03qxl: refactor rounding up to a nearest power of 2Radim Krčmář1-18/+5
2015-03-03spice: fix invalid memory access to vga.vramRadim Krčmář2-2/+10