summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170202' into sta...Peter Maydell2017-02-033-28/+40
|\
| * xen: use qdev_unplug() instead of g_free() in xen_pv_find_xendev()Juergen Gross2017-02-021-6/+7
| * xen-platform: add missing disk unplug optionPaul Durrant2017-01-282-14/+17
| * xen-platform: add support for unplugging NVMe disks...Paul Durrant2017-01-281-0/+1
| * xen-platform: re-structure unplug_disksPaul Durrant2017-01-281-9/+16
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170202-2' into s...Peter Maydell2017-02-031-25/+39
|\ \
| * | cirrus: fix oob access issue (CVE-2017-2615)Li Qiang2017-02-021-4/+3Star
| * | cirrus: fix blit address mask handlingGerd Hoffmann2017-02-011-13/+12Star
| * | cirrus: allow zero source pitch in pattern fill ropsWolfgang Bumiller2017-02-011-8/+19
| * | cirrus: handle negative pitch in cirrus_invalidate_region()Wolfgang Bumiller2017-02-011-0/+5
* | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170202' into...Peter Maydell2017-02-0220-261/+1124
|\ \ \
| * | | hw/ppc/pnv: Use error_report instead of hw_error if a ROM file can't be foundThomas Huth2017-02-011-3/+3
| * | | target-ppc: Add MMU model check for booke machinesValentin Plotkin2017-02-013-0/+19
| * | | ppc: switch to constants within BUILD_BUG_ONMichael S. Tsirkin2017-01-311-8/+10
| * | | spapr: clock should count only if vm is runningLaurent Vivier2017-01-312-23/+49
| * | | ppc: Remove unused function cpu_ppc601_rtc_init()Thomas Huth2017-01-311-7/+0Star
| * | | ppc: Prevent inifnite loop in decrementer auto-reload.Roman Kapl2017-01-311-2/+6
| * | | ppc: Add ppc_set_compat_all()David Gibson2017-01-311-26/+5Star
| * | | pseries: Rewrite CAS PVR compatibility logicDavid Gibson2017-01-312-72/+34Star
| * | | pxb: Restrict to x86David Gibson2017-01-311-1/+1
| * | | prep: add IBM RS/6000 7020 (40p) machine emulationHervé Poussineau2017-01-311-0/+230
| * | | prep: add IBM RS/6000 7020 (40p) memory controllerHervé Poussineau2017-01-313-0/+240
| * | | prep: add PReP System I/OHervé Poussineau2017-01-313-0/+308
| * | | hw/ppc: QOM'ify spapr_vio.cxiaoqiang zhao2017-01-311-10/+0Star
| * | | hw/ppc: QOM'ify ppce500_spin.cxiaoqiang zhao2017-01-311-10/+8Star
| * | | hw/ppc: QOM'ify e500.cxiaoqiang zhao2017-01-311-13/+4Star
| * | | hw/gpio: QOM'ify mpc8xxx.cxiaoqiang zhao2017-01-311-9/+11
| * | | ppc: Rewrite ppc_get_compat_smt_threads()David Gibson2017-01-311-4/+4
| * | | pseries: Add pseries-2.9 machine typeDavid Gibson2017-01-311-2/+21
| * | | prep: do not use global variable to access nvramHervé Poussineau2017-01-311-2/+2
| * | | hw/ppc/spapr: Fix boot path of usb-host storage devicesThomas Huth2017-01-313-0/+47
| * | | ppc/spapr: implement H_SIGNAL_SYS_RESETNicholas Piggin2017-01-312-2/+43
| * | | ppc: Rename cpu_version to compat_pvrDavid Gibson2017-01-312-17/+17
| * | | ppc: Clean up and QOMify hypercall emulationDavid Gibson2017-01-312-3/+6
| * | | pseries: Make cpu_update during CAS unconditionalDavid Gibson2017-01-312-10/+3Star
| * | | pseries: Always use core objects for CPU constructionDavid Gibson2017-01-312-72/+90
| |/ /
* | | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2017-02-0212-28/+25Star
|\ \ \
| * | | trace: clean up trace-events filesStefan Hajnoczi2017-01-318-16/+1Star
| * | | trace: switch to modular code generation for sub-directoriesDaniel P. Berrange2017-01-311-1/+0Star
| * | | trace: move hw/i386/xen events to correct subdirDaniel P. Berrange2017-01-312-7/+6Star
| * | | trace: move hw/xen events to correct subdirDaniel P. Berrange2017-01-311-0/+13
| * | | trace: move hw/block/dataplane events to correct subdirDaniel P. Berrange2017-01-312-5/+6
| |/ /
* | | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170201' into s...Peter Maydell2017-02-022-3/+3
|\ \ \
| * | | s390x/kvm: fix small race reboot vs. cmmaChristian Borntraeger2017-02-011-1/+1
| * | | s390-pci: fix compilation on older GCC versionsPaolo Bonzini2017-02-011-2/+2
| |/ /
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-02-0222-165/+385
|\ \ \
| * | | hw/pci: disable pci-bridge's shpc by defaultMarcel Apfelbaum2017-02-011-1/+1
| * | | vhost: skip ROM sectionsMichael S. Tsirkin2017-02-011-1/+2
| * | | virtio: make virtio_should_notify staticPaolo Bonzini2017-02-011-1/+1
| * | | pci: Convert msix_init() to Error and fix callersCao jin2017-02-0111-22/+55