aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-19xen: fix interrupt routingStefano Stabellini3-38/+35
2011-06-19cirrus_vga: reset lfb_addr after a pci config write if the BAR is unmappedStefano Stabellini1-1/+4
2011-06-19xen: Add xc_domain_add_to_physmap to xen_interface.Anthony PERARD1-0/+14
2011-06-17PPC: move TLBs to their own arraysAlexander Graf1-2/+2
2011-06-17PPC: 440: Use 440 style MMU as default, so Qemu knows the MMU typeAlexander Graf1-2/+3
2011-06-17PPC: E500: Use MAS registers instead of internal TLB representationAlexander Graf1-8/+13
2011-06-17PPC: mpc8544ds: Add hypervisor nodeAlexander Graf1-6/+15
2011-06-17PPC: calculate kernel,initrd,cmdline locations dynamicallyAlexander Graf3-10/+23
2011-06-17PPC: E500: Implement reboot controllerAlexander Graf2-0/+139
2011-06-16wdt: remove unused variablesMichael S. Tsirkin1-3/+0
2011-06-15usb-ehci: move device/vendor/class id to qdevMichael S. Tsirkin1-5/+4
2011-06-15ppce500: move device/vendor/class id to qdevMichael S. Tsirkin1-10/+3
2011-06-15pci: don't call qdev pci init methodIsaku Yamahata1-4/+6
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin105-3048/+5163
2011-06-15hw/9118.c: Implement active-low interrupt supportPeter Maydell1-3/+9
2011-06-15smc91c111: qdevify resetJuha Riihimäki1-5/+4
2011-06-15Merge remote-tracking branch 'kraxel/usb.16' into stagingAnthony Liguori8-513/+816
2011-06-15Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori6-29/+267
2011-06-15ide: Clear error_status after restarting flushKevin Wolf1-7/+11