aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-28softfloat: Fix mixups of int and int16Andreas Färber1-2/+2
2012-04-28Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl6-23/+19
2012-04-28Merge branch 'timer' of git://qemu.weilnetz.de/qemuBlue Swirl2-74/+33
2012-04-27Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori11-70/+151
2012-04-27qapi: fix qmp_balloon() conversionLuiz Capitulino1-1/+1
2012-04-27qemu-iotests: add block-stream speed value test caseStefan Hajnoczi2-18/+71
2012-04-27block: add 'speed' optional parameter to block-streamStefan Hajnoczi8-15/+42
2012-04-27block: change block-job-set-speed argument from 'value' to 'speed'Stefan Hajnoczi7-16/+16
2012-04-27block: use Error mechanism instead of -errno for block_job_set_speed()Stefan Hajnoczi5-15/+18
2012-04-27block: use Error mechanism instead of -errno for block_job_create()Stefan Hajnoczi4-22/+20
2012-04-27target-arm: Make SETEND respect bswap_code (BE8) settingPeter Maydell1-4/+4
2012-04-27target-arm: Move A9 config_base_address reset value to ARMCPUPeter Maydell3-12/+8
2012-04-27target-arm: Change cpu_arm_init() return type to ARMCPUAndreas Färber4-7/+7
2012-04-27qemu-timer: Optimize data structuresStefan Weil1-7/+7
2012-04-27qemu-timer: Remove function alarm_has_dynticksStefan Weil1-31/+8
2012-04-27qemu-timer: Use bool, false, true for boolean valuesStefan Weil2-18/+19
2012-04-27qemu-timer: Remove unused function qemu_alarm_pendingStefan Weil2-6/+0
2012-04-27qemu-timer: Remove redundant include statementsStefan Weil2-15/+2
2012-04-26Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori1-1/+1
2012-04-26Merge remote-tracking branch 'kraxel/usb.49' into stagingAnthony Liguori16-127/+157
2012-04-26Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori4-13/+24
2012-04-26Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori5-56/+197
2012-04-26Merge remote-tracking branch 'afaerber/qom-cpu-x86-prop.v3' into stagingAnthony Liguori3-20/+301
2012-04-26Merge remote-tracking branch 'amit/master' into stagingAnthony Liguori1-8/+49
2012-04-26Revert "configure: Virtfs doesn't require libcap."Anthony Liguori1-4/+2
2012-04-26os-posix: Fix build on FreeBSDNathan Whitehorn1-0/+4
2012-04-26main_loop_wait: block indefinitelyStefano Stabellini8-17/+28
2012-04-26qemu_next_alarm_deadline: check the expire time of a clock only if it is enabledStefano Stabellini1-6/+4
2012-04-26timers: the rearm function should be able to handle delta = INT64_MAXStefano Stabellini1-5/+13
2012-04-26target-i386: Fix x86_cpuid_set_model_id()Andreas Färber1-0/+1
2012-04-26qtest: Fix more format errors with qtest_sendfStefan Weil1-3/+4
2012-04-26sdl: Add QEMU mascot icon for use with SDLStefan Weil2-0/+1
2012-04-26qom: quick and dirty QOM filesystem based on FUSEAnthony Liguori1-0/+138
2012-04-26pc-sysfw: make sure to call qdev_initAnthony Liguori1-0/+8
2012-04-26nbd: Fix uninitialised use of s->sockKevin Wolf1-1/+1
2012-04-26usb-uhci: update irq line on resetGerd Hoffmann1-0/+1
2012-04-26usb: add serial number generatorGerd Hoffmann10-0/+42
2012-04-26usb-redir: Not finding an async urb id is not an errorHans de Goede1-1/+1
2012-04-26usb-redir: Reset device address and speed on disconnectHans de Goede1-0/+2
2012-04-26usb-redir: An interface count of 0 is a valid valueHans de Goede1-2/+3
2012-04-26usb-xhci: fix bit testLai Jiangshan1-1/+1
2012-04-26usb-xhci: Use PCI DMA helper functionsDavid Gibson1-98/+92
2012-04-26usb-host: fix zero-length packetsGerd Hoffmann1-3/+3
2012-04-26usb-host: don't dereference invalid iovecsGerd Hoffmann1-3/+3
2012-04-26usb-storage: fix request cancelingGerd Hoffmann1-1/+3
2012-04-26usb-ehci: Ensure frindex writes leave a valid frindex valueHans de Goede1-0/+4
2012-04-26usb-ehci: add missing usb_packet_init() callGerd Hoffmann2-0/+2
2012-04-26usb-ehci: remove hackGerd Hoffmann1-18/+0
2012-04-26hda: fix codec idsGerd Hoffmann1-6/+8
2012-04-26hda: add hda-micro codecGerd Hoffmann1-2/+141