aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-28softfloat: Replace int16 type with int_fast16_tAndreas Färber
2012-04-28softfloat: Replace uint16 type with uint_fast16_tAndreas Färber
2012-04-28target-mips: Move definition of uint_fast{8, 16}_t to osdep.hAndreas Färber
2012-04-28softfloat: Fix mixups of int and int16Andreas Färber
2012-04-28Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl
2012-04-28Merge branch 'timer' of git://qemu.weilnetz.de/qemuBlue Swirl
2012-04-27Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2012-04-27qapi: fix qmp_balloon() conversionLuiz Capitulino
2012-04-27qemu-iotests: add block-stream speed value test caseStefan Hajnoczi
2012-04-27block: add 'speed' optional parameter to block-streamStefan Hajnoczi
2012-04-27block: change block-job-set-speed argument from 'value' to 'speed'Stefan Hajnoczi
2012-04-27block: use Error mechanism instead of -errno for block_job_set_speed()Stefan Hajnoczi
2012-04-27block: use Error mechanism instead of -errno for block_job_create()Stefan Hajnoczi
2012-04-27target-arm: Make SETEND respect bswap_code (BE8) settingPeter Maydell
2012-04-27target-arm: Move A9 config_base_address reset value to ARMCPUPeter Maydell
2012-04-27target-arm: Change cpu_arm_init() return type to ARMCPUAndreas Färber
2012-04-27qemu-timer: Optimize data structuresStefan Weil
2012-04-27qemu-timer: Remove function alarm_has_dynticksStefan Weil
2012-04-27qemu-timer: Use bool, false, true for boolean valuesStefan Weil
2012-04-27qemu-timer: Remove unused function qemu_alarm_pendingStefan Weil
2012-04-27qemu-timer: Remove redundant include statementsStefan Weil
2012-04-26Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori
2012-04-26Merge remote-tracking branch 'kraxel/usb.49' into stagingAnthony Liguori
2012-04-26Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori
2012-04-26Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2012-04-26Merge remote-tracking branch 'afaerber/qom-cpu-x86-prop.v3' into stagingAnthony Liguori
2012-04-26Merge remote-tracking branch 'amit/master' into stagingAnthony Liguori
2012-04-26Revert "configure: Virtfs doesn't require libcap."Anthony Liguori
2012-04-26os-posix: Fix build on FreeBSDNathan Whitehorn
2012-04-26main_loop_wait: block indefinitelyStefano Stabellini
2012-04-26qemu_next_alarm_deadline: check the expire time of a clock only if it is enabledStefano Stabellini
2012-04-26timers: the rearm function should be able to handle delta = INT64_MAXStefano Stabellini
2012-04-26target-i386: Fix x86_cpuid_set_model_id()Andreas Färber
2012-04-26qtest: Fix more format errors with qtest_sendfStefan Weil
2012-04-26sdl: Add QEMU mascot icon for use with SDLStefan Weil
2012-04-26qom: quick and dirty QOM filesystem based on FUSEAnthony Liguori
2012-04-26pc-sysfw: make sure to call qdev_initAnthony Liguori
2012-04-26nbd: Fix uninitialised use of s->sockKevin Wolf
2012-04-26usb-uhci: update irq line on resetGerd Hoffmann
2012-04-26usb: add serial number generatorGerd Hoffmann
2012-04-26usb-redir: Not finding an async urb id is not an errorHans de Goede
2012-04-26usb-redir: Reset device address and speed on disconnectHans de Goede
2012-04-26usb-redir: An interface count of 0 is a valid valueHans de Goede
2012-04-26usb-xhci: fix bit testLai Jiangshan
2012-04-26usb-xhci: Use PCI DMA helper functionsDavid Gibson
2012-04-26usb-host: fix zero-length packetsGerd Hoffmann
2012-04-26usb-host: don't dereference invalid iovecsGerd Hoffmann
2012-04-26usb-storage: fix request cancelingGerd Hoffmann
2012-04-26usb-ehci: Ensure frindex writes leave a valid frindex valueHans de Goede
2012-04-26usb-ehci: add missing usb_packet_init() callGerd Hoffmann