summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-17icount: use cpu_get_icount() directlyPaolo Bonzini1-2/+5
2013-10-17timer: add timer_mod_anticipate and timer_mod_anticipate_nsPaolo Bonzini2-0/+55
2013-10-17timer: extract timer_mod_ns_locked and timerlist_rearmPaolo Bonzini1-19/+32
2013-10-17timer: make qemu_clock_enable sync between disable and timer's cbLiu Ping Fan2-1/+28
2013-10-17qemu-thread: add QemuEventPaolo Bonzini5-0/+161
2013-10-17timer: protect timers_state's clock with seqlockLiu Ping Fan2-7/+44
2013-10-17seqlock: introduce read-write seqlockPaolo Bonzini1-0/+72
2013-10-17vga: Mark relevant portio lists regions as coalesced MMIO flushingJan Kiszka2-4/+2
2013-10-17cirrus: Mark vga io region as coalesced MMIO flushingJan Kiszka1-2/+1
2013-10-17portio: Allow to mark portio lists as coalesced MMIO flushingJan Kiszka2-0/+11
2013-10-17compatfd: switch to QemuThreadJan Kiszka1-13/+3
2013-10-17memory: fix 128 arithmetic in info mtreeAlexey Kardashevskiy1-1/+3
2013-10-14Merge remote-tracking branch 'rth/tcg-ldst-6' into stagingAnthony Liguori10-901/+722
2013-10-14Merge remote-tracking branch 'jliu/or32' into stagingAnthony Liguori1-8/+1
2013-10-14Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20131010.0' int...Anthony Liguori1-109/+518
2013-10-14exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil3-5/+5
2013-10-12target-alpha: Convert to new ldst opcodesRichard Henderson1-34/+15
2013-10-12tcg-ppc64: Support new ldst opcodesRichard Henderson2-62/+17
2013-10-12tcg-ppc: Support new ldst opcodesRichard Henderson2-66/+33
2013-10-12tcg-ppc64: Convert to le/be ldst helpersRichard Henderson1-16/+22
2013-10-12tcg-ppc: Convert to le/be ldst helpersRichard Henderson1-24/+33
2013-10-12tcg-ppc64: Use TCGMemOp within qemu_ldst routinesRichard Henderson1-39/+45
2013-10-12tcg-ppc: Use TCGMemOp within qemu_ldst routinesRichard Henderson1-56/+48
2013-10-12tcg-arm: Improve GUEST_BASE qemu_ld/stRichard Henderson1-104/+116
2013-10-12tcg-arm: Convert to new ldst opcodesRichard Henderson2-71/+38
2013-10-12tcg-arm: Tidy variable naming convention in qemu_ld/stRichard Henderson1-115/+115
2013-10-12tcg-arm: Convert to le/be ldst helpersRichard Henderson1-21/+29
2013-10-12tcg-arm: Use TCGMemOp within qemu_ldst routinesRichard Henderson1-64/+61
2013-10-12tcg-i386: Support new ldst opcodesRichard Henderson2-90/+51
2013-10-12tcg-i386: Remove "cb" output restriction from qemu_st8 for i386Richard Henderson1-2/+8
2013-10-12tcg-i386: Tidy softmmu routinesRichard Henderson1-249/+208
2013-10-12tcg-i386: Use TCGMemOp within qemu_ldst routinesRichard Henderson1-64/+59
2013-10-12tcg: Use TCGMemOp for TCGLabelQemuLdst.opcRichard Henderson1-1/+1
2013-10-11Merge remote-tracking branch 'mdroth/qga-pull-2013-10-10' into stagingAnthony Liguori6-94/+69
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori58-2629/+992
2013-10-11qdev-monitor: Group "device_add help" and "info qdm" by categoryMarkus Armbruster1-14/+53
2013-10-11Mostly revert "qemu-help: Sort devices by logical functionality"Markus Armbruster2-55/+9
2013-10-11Use qemu-project.org domain nameStefan Hajnoczi11-20/+20
2013-10-11Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori66-516/+2109
2013-10-11qemu-iotests: Add test for inactive L2 overlapMax Reitz2-8/+79
2013-10-11qemu-io: Let "open" pass options to block driverMax Reitz1-8/+31
2013-10-11vmdk: Fix vmdk_parse_extentsFam Zheng1-2/+5
2013-10-11blockdev: blockdev_init() error conversionKevin Wolf1-25/+31
2013-10-11blockdev: Don't disable COR automatically with blockdev-addKevin Wolf2-6/+34
2013-10-11blockdev: Remove 'media' parameter from blockdev_init()Kevin Wolf1-25/+15
2013-10-11qemu-iotests: Check autodel behaviour for device_delKevin Wolf4-0/+222
2013-10-11blockdev: Remove IF_* check for read-only blockdev_initKevin Wolf11-7/+42
2013-10-11blockdev: Move virtio-blk device creation to drive_initKevin Wolf1-27/+27
2013-10-11blockdev: Move bus/unit/index processing to drive_initKevin Wolf1-84/+73
2013-10-11blockdev: Move parsing of 'boot' option to drive_initKevin Wolf1-10/+11