summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell2-0/+15
2013-03-03tcg: Document tcg_qemu_tb_exec() and provide constants for low bit usesPeter Maydell1-1/+1
2013-02-26glib: Add compat wrapper for g_poll on old glibAlexander Graf1-0/+12
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell1-2/+6
2013-02-26Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-1/+8
2013-02-26Merge remote-tracking branch 'quintela/stats.next' into stagingAnthony Liguori1-0/+1
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell2-1/+9
2013-02-23qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell1-8/+0
2013-02-22block: implement BDRV_O_UNMAPPaolo Bonzini1-0/+2
2013-02-22qemu-img: Add "Quiet mode" optionMiroslav Rezanina1-1/+2
2013-02-22block: Add synchronous wrapper for bdrv_co_is_allocated_aboveMiroslav Rezanina1-0/+2
2013-02-22qemu-img: add compressed clusters to BlockFragInfoStefan Hajnoczi1-0/+1
2013-02-22qemu-img: find the image end offset during checkFederico Simoncelli1-0/+1
2013-02-22migration: calculate expected_downtimeJuan Quintela1-0/+1
2013-02-21ui: add basic GTK gui (v5)Anthony Liguori2-0/+5
2013-02-21console: allow VCs to be overridden by UIAnthony Liguori1-1/+5
2013-02-21vga: fix byteswapping.Gerd Hoffmann1-1/+2
2013-02-21aio: convert aio_poll() to g_poll(3)Stefan Hajnoczi1-0/+3
2013-02-21iohandler: switch to GPollFDStefan Hajnoczi1-2/+2
2013-02-21Remove forward declaration of non-existant variableHervé Poussineau1-1/+0
2013-02-18Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori4-9/+16
2013-02-17host-utils: Use __int128_t for mul[us]64Richard Henderson1-9/+8
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber1-0/+2
2013-02-16cpu: Move current_tb field to CPUStateAndreas Färber3-2/+6
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber2-2/+2
2013-02-16cpu: Move running field to CPUStateAndreas Färber2-1/+2
2013-02-16cpu: Move host_tid field to CPUStateAndreas Färber3-4/+4
2013-02-16bitops: Remove routines redundant with host-utilsRichard Henderson1-48/+0
2013-02-16bitops: Write bitops_flsl in terms of clzlRichard Henderson1-28/+1
2013-02-16hbitmap: Use non-bitops ctzlRichard Henderson1-1/+2
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 Maydell1-3/+3
2013-02-16cpus.c: Drop unnecessary set_cpu_log()Peter Maydell1-1/+0
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell1-4/+8
2013-02-16qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell1-1/+1
2013-02-16qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell1-0/+5
2013-02-16qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell2-2/+1
2013-02-16TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin1-8/+19
2013-02-12migration: make qemu_ftell() public and support writable filesStefan Hajnoczi1-0/+1
2013-02-06bswap: Fix width of swap in leul_to_cpuRichard Henderson1-2/+10
2013-02-04cutils: unsigned int parsing functionsEduardo Habkost1-0/+4
2013-02-02bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzlPaolo Bonzini3-60/+23
2013-02-02util: Fix compilation of envlist.c for MinGWStefan Weil1-0/+2
2013-02-01qom: remove object_deletePaolo Bonzini1-17/+10
2013-02-01qom: document reference counting of link propertiesPaolo Bonzini1-0/+5
2013-02-01accel: change {xen, kvm, tcg, qtest}_allowed from int to boolliguang2-2/+2
2013-02-01Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori1-0/+1
2013-02-01tap: multiqueue supportJason Wang1-1/+0
2013-02-01tap: introduce a helper to get the name of an interfaceJason Wang1-0/+1