summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/vfio: Clean up includesPeter Maydell2016-01-295-4/+5
* hw/display: Clean up includesPeter Maydell2016-01-2922-2/+22
* usb: Clean up includesPeter Maydell2016-01-2931-3/+31
* hw/net: Clean up includesPeter Maydell2016-01-2931-5/+31
* 9pfs: Clean up includesPeter Maydell2016-01-2913-4/+13
* ide: Clean up includesPeter Maydell2016-01-2913-0/+13
* virtio: Clean up includesPeter Maydell2016-01-2923-4/+23
* xen: Clean up includesPeter Maydell2016-01-2912-35/+12Star
* arm: Clean up includesPeter Maydell2016-01-2963-0/+63
* alpha: Clean up includesPeter Maydell2016-01-293-1/+3
* x86: Clean up includesPeter Maydell2016-01-2955-17/+55
* unicore: Clean up includesPeter Maydell2016-01-296-0/+6
* s390: Clean up includesPeter Maydell2016-01-2917-0/+17
* sparc: Clean up includesPeter Maydell2016-01-296-0/+6
* ppc: Clean up includesPeter Maydell2016-01-2941-4/+41
* lm32: Clean up includesPeter Maydell2016-01-2915-1/+15
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160128' into stagingPeter Maydell2016-01-286-14/+33
|\
| * s390x/css: fix control flags during cschHalil Pasic2016-01-271-1/+1
| * watchdog/diag288: don't reset for action=none|debug|pauseBo Tu2016-01-271-0/+7
| * watchdog: introduction of get_watchdog_actionBo Tu2016-01-271-9/+5Star
| * s390x: fix generation of event information crwSong Shan Gong2016-01-272-1/+13
| * s390x/sclp: add device to the sysbus in sclp_realizeDavid Hildenbrand2016-01-271-2/+6
| * s390x/skeys: Fix instance and class sizeChristian Borntraeger2016-01-271-1/+1
* | microblaze: Clean up includesPeter Maydell2016-01-283-0/+3
|/
* xen: make it possible to build without the Xen PV domain builderIan Campbell2016-01-262-5/+14
* xen: domainbuild: reopen libxenctrl interface after forking for domain watcher.Ian Campbell2016-01-261-3/+6
* xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell2016-01-263-13/+15
* xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pagesIan Campbell2016-01-262-11/+12
* xen: Switch to libxengnttab interface for compat shims.Ian Campbell2016-01-264-34/+36
* xen: Switch to libxenevtchn interface for compat shims.Ian Campbell2016-01-261-15/+16
* xen_console: correctly cleanup primary console on teardown.Ian Campbell2016-01-261-5/+2Star
* fdc: change auto fallback drive for ISA FDC to 288John Snow2016-01-251-1/+1
* fdc: rework pick_geometryJohn Snow2016-01-251-20/+52
* fdc: add physical disk sizesJohn Snow2016-01-251-8/+32
* fdc: add drive type optionJohn Snow2016-01-251-3/+23
* fdc: Add fallback optionJohn Snow2016-01-252-2/+34
* fdc: add pick_driveJohn Snow2016-01-251-10/+46
* fdc: Throw an assertion on misconfigured fd_formats tableJohn Snow2016-01-251-1/+3
* fdc: add disk fieldJohn Snow2016-01-251-0/+3
* fdc: add drive type qapi enumJohn Snow2016-01-252-48/+49
* fdc: reduce number of pick_geometry argumentsJohn Snow2016-01-251-30/+20Star
* fdc: move pick_geometryJohn Snow2016-01-251-45/+45
* ide: Correct the CHS 'cyls_max' limit to be 65535Shmulik Ladkani2016-01-251-1/+1
* mips: Clean up includesPeter Maydell2016-01-239-0/+9
* fpu: Replace uint8 typedef with uint8_tPeter Maydell2016-01-221-1/+1
* fpu: Replace uint32 typedef with uint32_tPeter Maydell2016-01-225-6/+6
* fpu: Replace int32 typedef with int32_tPeter Maydell2016-01-222-2/+2
* 9pfs: use error_report() instead of fprintf(stderr)Greg Kurz2016-01-224-16/+18
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta...Peter Maydell2016-01-2110-157/+168
|\
| * Xen PCI passthru: convert to realize()Cao jin2016-01-211-25/+28