aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-16target-ppc: Update PowerPCCPU to QOM realizefnAndreas Färber
2013-02-16target-openrisc: Update OpenRISCCPU to QOM realizefnAndreas Färber
2013-02-16target-i386: Update X86CPU to QOM realizefnAndreas Färber
2013-02-16target-arm: Update ARMCPU to QOM realizefnAndreas Färber
2013-02-16target-alpha: Update AlphaCPU to QOM realizefnAndreas Färber
2013-02-16cpu: Prepare QOM realizefnAndreas Färber
2013-02-16bitops: Remove routines redundant with host-utilsRichard Henderson
2013-02-16bitops: Replace bitops_ctol with ctzlRichard Henderson
2013-02-16bitops: Inline bitops_flslRichard Henderson
2013-02-16target-i386: Inline bitops_flslRichard Henderson
2013-02-16bitops: Write bitops_flsl in terms of clzlRichard Henderson
2013-02-16memory: Use non-bitops ctzlRichard Henderson
2013-02-16bitops: Use non-bitops ctzlRichard Henderson
2013-02-16hbitmap: Use non-bitops ctzlRichard Henderson
2013-02-16host-utils: Fix coding style and add commentsRichard Henderson
2013-02-16host-utils: Add host long specific aliases for clz, ctz, ctpopRichard Henderson
2013-02-16qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_itemsPeter Maydell
2013-02-16cpus.c: Drop unnecessary set_cpu_log()Peter Maydell
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell
2013-02-16qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell
2013-02-16qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell
2013-02-16qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell
2013-02-16TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin
2013-02-16TCG: Final globals clean-upEvgeny Voevodin
2013-02-15Open up 1.5 development treeAnthony Liguori
2013-02-15Update VERSION for releaseAnthony Liguori
2013-02-14Update VERSION of releaseAnthony Liguori
2013-02-14Revert "Update OpenBIOS images"Alexander Graf
2013-02-13cadance_uart: Accept input after rx FIFO popPeter Crosthwaite
2013-02-13block/curl: only restrict protocols with libcurl>=7.19.4Stefan Hajnoczi
2013-02-13qapi: Flatten away ChardevPortMarkus Armbruster
2013-02-13chardev: Fix manual page and qemu-doc for -chardev ttyMarkus Armbruster
2013-02-13net: Avoid NULL function pointer dereference on cleanupAndreas Färber
2013-02-13s390: Fix handling of iscs.Cornelia Huck
2013-02-13s390: Keep I/O interrupts enabled for all iscs.Cornelia Huck
2013-02-13s390/sclpconsole: prevent char layer callback during initializationChristian Borntraeger
2013-02-13xilinx.h: s/xilinx_axiethernetdma()/xilinx_axidma()Peter Crosthwaite
2013-02-13xilinx.h: Dont qdev_create from ethernet_create()Peter Crosthwaite
2013-02-12Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-02-12block-migration: fix pending() and iterate() return valuesStefan Hajnoczi
2013-02-12migration: make qemu_ftell() public and support writable filesStefan Hajnoczi
2013-02-12trace: deal with deprecated glib thread functionsStefan Hajnoczi
2013-02-12trace: use glib atomic int typesStefan Hajnoczi
2013-02-12Revert "block/vpc: Fix size calculation"Stefan Hajnoczi
2013-02-12block/raw-posix: detect readonly Linux block devices using BLKROGETStefan Hajnoczi
2013-02-12hw/m25p80.c: add WRSR(0x01) supportKuo-Jung Su
2013-02-11qapi: Improve chardev-add documentationMarkus Armbruster
2013-02-11migration: restrict scope of incoming fd read handlerStefan Hajnoczi
2013-02-11libi2c-omap: Fix endianness dependencyAndreas Färber
2013-02-11qtest: Use strtoull() for uint64_tAndreas Färber