aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-07-17xen_console: fall back to qemu serial deviceAlexander Graf1-4/+7
2011-07-17xen_console: support the new extended xenstore protocolStefano Stabellini3-6/+23
2011-07-17xen_disk: treat "aio" as "raw"Stefano Stabellini1-0/+3
2011-07-17xen_disk: cope with missing xenstore "params" nodeStefano Stabellini1-7/+27
2011-07-17xen: add vkbd support for PV on HVM guestsStefano Stabellini1-7/+12
2011-07-17xen_console: fix memory leakStefano Stabellini1-2/+6
2011-07-17xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XENJan Kiszka1-9/+0
2011-07-12esp: cancel current request only if some request is in flightHervé Poussineau1-1/+1
2011-07-12spapr: use specific endian ld/st_physAlexander Graf2-8/+8
2011-07-12s390-virtio: use specific endian ld/st_physAlexander Graf2-8/+8
2011-07-12ppc405_uc: use specific endian ld/st_physAlexander Graf1-20/+23
2011-07-12pl080: use specific endian ld/st_physAlexander Graf1-4/+4
2011-07-12msix: use specific endian ld/st_physAlexander Graf1-1/+1
2011-07-12msi: use specific endian ld/st_physAlexander Graf1-1/+1
2011-07-12intel-hda: use specific endian ld/st_physAlexander Graf1-17/+4
2011-07-12hpet: use specific endian ld/st_physAlexander Graf1-1/+1
2011-07-05ide: Initialise buffers with zerosKevin Wolf1-1/+5
2011-07-05ide: Ignore reads during PIO in and writes during PIO outKevin Wolf1-8/+36
2011-07-05virtio-blk: Turn drive serial into a qdev propertyMarkus Armbruster7-13/+31
2011-07-04pxa2xx_lcd: add proper rotation supportVasily Khoruzhick2-12/+100
2011-07-04arm: Add const attribute to some arm_boot_info pointersStefan Weil3-6/+6
2011-07-02esp: correctly fill bus id with requested lunHervé Poussineau1-1/+1
2011-07-01Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl7-28/+195
2011-06-30etraxfs-ser: Correct default value for RW_REC_CTRLEdgar E. Iglesias1-5/+19
2011-06-27Merge remote-tracking branch 'kraxel/usb.17' into stagingAnthony Liguori7-38/+91
2011-06-27Merge remote-tracking branch 'amit/for-anthony' into stagingAnthony Liguori1-10/+14
2011-06-27Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori16-37/+37
2011-06-27virtio-serial: Fix segfault on guest bootLuiz Capitulino1-10/+14
2011-06-26Remove exec-all.h include directivesBlue Swirl2-2/+0
2011-06-26Fix fallouts from Linux header inclusionJan Kiszka1-0/+10
2011-06-24Fix comment typos in hw/armv7m.cMatthew Fernandez1-2/+2
2011-06-24Spell "unkown" correctly in error_report() argumentsMarkus Armbruster6-11/+11
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster9-24/+24
2011-06-23usb: ignore USB_DT_DEBUGGerd Hoffmann2-0/+5
2011-06-23usb-storage: Turn drive serial into a qdev property usb-storage.serialMarkus Armbruster1-3/+11
2011-06-23hw/usb-ohci.c: Fix handling of remote wakeup corner casesPeter Maydell1-3/+14
2011-06-23usb-bus: Don't allow speed mismatch while attaching devicesHans de Goede1-0/+5
2011-06-23usb: Add a speedmask to devicesHans de Goede3-0/+14
2011-06-23usb: Proper error propagation for usb_device_attach errorsHans de Goede2-14/+16
2011-06-23usb-bus: Don't allow attaching a device to a bus with no free portsHans de Goede1-0/+5
2011-06-23ehci: switch to nanosecondsGerd Hoffmann1-18/+11
2011-06-23ehci: add freq + maxframes propertiesGerd Hoffmann1-2/+12
2011-06-22net: Warn about "-net nic" options which were ignoredPeter Maydell1-0/+1
2011-06-22Optimize screendumpAvi Kivity1-3/+10
2011-06-22Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-9/+0
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori53-432/+552
2011-06-22Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori8-39/+402
2011-06-20kvm: Drop CONFIG_KVM_PARAJan Kiszka1-9/+0
2011-06-20lsi: Fix unused-but-set-variable warningChristophe Fergeau1-2/+0
2011-06-19xen: Add the Xen platform pci deviceSteven Smith4-0/+349