summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-16target-cris: Introduce QOM realizefn for CRISCPUAndreas Färber3-2/+18
2013-02-16target-ppc: Update PowerPCCPU to QOM realizefnAndreas Färber2-3/+11
2013-02-16target-openrisc: Update OpenRISCCPU to QOM realizefnAndreas Färber2-5/+12
2013-02-16target-i386: Update X86CPU to QOM realizefnAndreas Färber3-8/+18
2013-02-16target-arm: Update ARMCPU to QOM realizefnAndreas Färber4-12/+27
2013-02-16target-alpha: Update AlphaCPU to QOM realizefnAndreas Färber2-4/+14
2013-02-16cpu: Prepare QOM realizefnAndreas Färber1-0/+5
2013-02-16bitops: Remove routines redundant with host-utilsRichard Henderson1-48/+0
2013-02-16bitops: Replace bitops_ctol with ctzlRichard Henderson1-1/+1
2013-02-16bitops: Inline bitops_flslRichard Henderson1-1/+1
2013-02-16target-i386: Inline bitops_flslRichard Henderson1-4/+2
2013-02-16bitops: Write bitops_flsl in terms of clzlRichard Henderson1-28/+1
2013-02-16memory: Use non-bitops ctzlRichard Henderson1-2/+2
2013-02-16bitops: Use non-bitops ctzlRichard Henderson1-1/+1
2013-02-16hbitmap: Use non-bitops ctzlRichard Henderson2-2/+4
2013-02-16host-utils: Fix coding style and add commentsRichard Henderson1-18/+82
2013-02-16host-utils: Add host long specific aliases for clz, ctz, ctpopRichard Henderson1-0/+19
2013-02-16qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_itemsPeter Maydell3-11/+11
2013-02-16cpus.c: Drop unnecessary set_cpu_log()Peter Maydell3-14/+8
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell9-13/+17
2013-02-16qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell6-6/+6
2013-02-16qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell5-15/+17
2013-02-16qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell8-13/+7
2013-02-16TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin5-70/+79
2013-02-16TCG: Final globals clean-upEvgeny Voevodin3-52/+61
2013-02-15Open up 1.5 development treeAnthony Liguori1-1/+1
2013-02-15Update VERSION for releasev1.4.0Anthony Liguori1-1/+1
2013-02-14Update VERSION of releasev1.4.0-rc2Anthony Liguori1-1/+1
2013-02-14Revert "Update OpenBIOS images"Alexander Graf5-1/+1
2013-02-13cadance_uart: Accept input after rx FIFO popPeter Crosthwaite1-0/+1
2013-02-13block/curl: only restrict protocols with libcurl>=7.19.4Stefan Hajnoczi1-0/+4
2013-02-13qapi: Flatten away ChardevPortMarkus Armbruster2-42/+45
2013-02-13chardev: Fix manual page and qemu-doc for -chardev ttyMarkus Armbruster1-1/+1
2013-02-13net: Avoid NULL function pointer dereference on cleanupAndreas Färber1-1/+3
2013-02-13s390: Fix handling of iscs.Cornelia Huck4-4/+10
2013-02-13s390: Keep I/O interrupts enabled for all iscs.Cornelia Huck1-19/+21
2013-02-13s390/sclpconsole: prevent char layer callback during initializationChristian Borntraeger1-4/+1
2013-02-13xilinx.h: s/xilinx_axiethernetdma()/xilinx_axidma()Peter Crosthwaite2-5/+4
2013-02-13xilinx.h: Dont qdev_create from ethernet_create()Peter Crosthwaite2-12/+7
2013-02-12Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2-10/+53
2013-02-12block-migration: fix pending() and iterate() return valuesStefan Hajnoczi1-9/+13
2013-02-12migration: make qemu_ftell() public and support writable filesStefan Hajnoczi2-2/+8
2013-02-12trace: deal with deprecated glib thread functionsStefan Hajnoczi1-0/+18
2013-02-12trace: use glib atomic int typesStefan Hajnoczi1-3/+3
2013-02-12Revert "block/vpc: Fix size calculation"Stefan Hajnoczi1-9/+5
2013-02-12block/raw-posix: detect readonly Linux block devices using BLKROGETStefan Hajnoczi1-1/+48
2013-02-12hw/m25p80.c: add WRSR(0x01) supportKuo-Jung Su1-0/+15
2013-02-11qapi: Improve chardev-add documentationMarkus Armbruster1-3/+6
2013-02-11migration: restrict scope of incoming fd read handlerStefan Hajnoczi2-12/+30
2013-02-11libi2c-omap: Fix endianness dependencyAndreas Färber1-23/+53