aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-01-27s390x/sclp: add device to the sysbus in sclp_realizeDavid Hildenbrand1-2/+6
2016-01-27s390x/skeys: Fix instance and class sizeChristian Borntraeger1-1/+1
2016-01-26xen: make it possible to build without the Xen PV domain builderIan Campbell2-5/+14
2016-01-26xen: domainbuild: reopen libxenctrl interface after forking for domain watcher.Ian Campbell1-3/+6
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell3-13/+15
2016-01-26xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pagesIan Campbell2-11/+12
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell4-34/+36
2016-01-26xen: Switch to libxenevtchn interface for compat shims.Ian Campbell1-15/+16
2016-01-26xen_console: correctly cleanup primary console on teardown.Ian Campbell1-5/+2
2016-01-25fdc: change auto fallback drive for ISA FDC to 288John Snow1-1/+1
2016-01-25fdc: rework pick_geometryJohn Snow1-20/+52
2016-01-25fdc: add physical disk sizesJohn Snow1-8/+32
2016-01-25fdc: add drive type optionJohn Snow1-3/+23
2016-01-25fdc: Add fallback optionJohn Snow2-2/+34
2016-01-25fdc: add pick_driveJohn Snow1-10/+46
2016-01-25fdc: Throw an assertion on misconfigured fd_formats tableJohn Snow1-1/+3
2016-01-25fdc: add disk fieldJohn Snow1-0/+3
2016-01-25fdc: add drive type qapi enumJohn Snow2-48/+49
2016-01-25fdc: reduce number of pick_geometry argumentsJohn Snow1-30/+20
2016-01-25fdc: move pick_geometryJohn Snow1-45/+45
2016-01-25ide: Correct the CHS 'cyls_max' limit to be 65535Shmulik Ladkani1-1/+1
2016-01-23mips: Clean up includesPeter Maydell9-0/+9
2016-01-22fpu: Replace uint8 typedef with uint8_tPeter Maydell1-1/+1
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell5-6/+6
2016-01-22fpu: Replace int32 typedef with int32_tPeter Maydell2-2/+2
2016-01-229pfs: use error_report() instead of fprintf(stderr)Greg Kurz4-16/+18
2016-01-21Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta...Peter Maydell10-157/+168
2016-01-21Xen PCI passthru: convert to realize()Cao jin1-25/+28
2016-01-21Add Error **errp for xen_pt_config_init()Cao jin3-28/+33
2016-01-21Add Error **errp for xen_pt_setup_vga()Cao jin3-8/+13
2016-01-21Add Error **errp for xen_host_pci_device_get()Cao jin3-52/+68
2016-01-21Xen: use qemu_strtoul instead of strtolCao jin1-8/+4
2016-01-21Change xen_host_pci_sysfs_path() to return voidCao jin1-24/+11
2016-01-21Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell3-0/+5
2016-01-21xen-pvdevice: convert to realize()Cao jin1-6/+6
2016-01-21target-i386: Add support to migrate vcpu's TSC rateHaozhong Zhang3-0/+5
2016-01-21arm_gic: Update ID registers based on revisionAlistair Francis1-5/+30
2016-01-21hw/arm/virt: Add always-on property to the virt board timerChristoffer Dall1-0/+1
2016-01-21hw/arm/virt: add secure memory region and UARTPeter Maydell1-7/+48
2016-01-21hw/arm/virt: Wire up memory region to CPUs explicitlyPeter Maydell1-0/+3
2016-01-21misc: zynq-xadc: Fix off-by-onePeter Crosthwaite1-1/+1
2016-01-21xlnx-ep108: Connect the SPI FlashAlistair Francis1-0/+16
2016-01-21xlnx-zynqmp: Connect the SPI devicesAlistair Francis1-0/+31
2016-01-21xilinx_spips: Separate the state struct into a headerAlistair Francis1-42/+4
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis17-17/+17
2016-01-21m25p80.c: Add sst25wf080 SPI flash deviceAlistair Francis1-0/+1
2016-01-21qdev: get_child_bus(): Use QOM lookup if availablePeter Crosthwaite1-0/+6
2016-01-21Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell14-11/+14
2016-01-20block: Clean up includesPeter Maydell14-11/+14
2016-01-19vfio/pci: Lazy PBA emulationAlex Williamson2-0/+40