aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2014-09-23usb-bus: introduce a wrapper function to check speedGonglei
2014-09-23usb-bus: remove "init" from USBDeviceClass structGonglei
2014-09-23usb-mtp: convert init to realizeGonglei
2014-09-23usb-redir: convert init to realizeGonglei
2014-09-23usb-audio: convert init to realizeGonglei
2014-09-23dev-wacom: convert init to realizeGonglei
2014-09-23dev-hid: convert init to realizeGonglei
2014-09-23usb-ccid: convert init to realizeGonglei
2014-09-23dev-serial: convert init to realizeGonglei
2014-09-23dev-bluetooth: convert init to realizeGonglei
2014-09-23dev-uas: using error_report instead of fprintfGonglei
2014-09-23dev-uas: convert init to realizeGonglei
2014-09-23dev-storage: usring error_report instead of fprintf/printfGonglei
2014-09-23dev-storage: convert init to realizeGonglei
2014-09-23usb-hub: convert init to realizeGonglei
2014-09-23libusb: using error_report instead of fprintfGonglei
2014-09-23libusb: convert init to realizeGonglei
2014-09-23usb-net: convert init to realizeGonglei
2014-09-23usb-bus: convert USBDeviceClass init to realizeGonglei
2014-09-23ohci: Convert fprint/DPRINTF/print to tracesAlexey Kardashevskiy
2014-09-23usb-storage: fix possible memory leak and missing error messageGonglei
2014-09-22usb-storage: Fix how legacy init handles option ID clashMarkus Armbruster
2014-09-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-09-18pc: leave more space for BIOS allocationsMichael S. Tsirkin
2014-09-18virtio-pci: fix migration for pci bus masterMichael S. Tsirkin
2014-09-18vhost-user: fix VIRTIO_NET_F_MRG_RXBUF negotiationDamjan Marion
2014-09-18virtio-pci: enable bus master for old guestsMichael S. Tsirkin
2014-09-18Revert "virtio: don't call device on !vm_running"Michael S. Tsirkin
2014-09-18virtio-net: drop assert on vm stopMichael S. Tsirkin
2014-09-18qdev: Move global validation to a single functionEduardo Habkost
2014-09-18qdev: Rename qdev_prop_check_global() to qdev_prop_check_globals()Eduardo Habkost
2014-09-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-09-14hw/machine: Free old values of string propertiesEduardo Habkost
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-09-12hw/arm/boot: enable DTB support when booting ELF imagesArd Biesheuvel
2014-09-12hw/arm/boot: load device tree to base of DRAM if no -kernel option was passedArd Biesheuvel
2014-09-12hw/arm/boot: pass an address limit to and return size from load_dtb()Ard Biesheuvel
2014-09-12hw/arm/boot: load DTB as a ROM imageArd Biesheuvel
2014-09-12hw/arm/virt: fix pl011 and pl031 irq flagsPeter Maydell
2014-09-12hw/arm/virt: Provide flash devices for boot ROMsPeter Maydell
2014-09-12pl061: implement input interrupt logicColin Leitner
2014-09-12hw/arm/virt: add linux, stdout-path to /chosen DT nodeArd Biesheuvel
2014-09-11dataplane: fix virtio_blk_data_plane_create() op blocker error pathStefan Hajnoczi
2014-09-11Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140905-2' in...Peter Maydell
2014-09-11pckbd: adding new fields to vmstatePavel Dovgalyuk
2014-09-11mc146818rtc: add missed field to vmstatePavel Dovgalyuk
2014-09-11piix: do not set irq while loading vmstatePavel Dovgalyuk
2014-09-11serial: fixing vmstate for save/restorePavel Dovgalyuk
2014-09-11parallel: adding vmstate for save/restorePavel Dovgalyuk
2014-09-11fdc: adding vmstate for save/restorePavel Dovgalyuk