summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell2013-03-031-2/+2
* Handle CPU interrupts by inline checking of a flagPeter Maydell2013-03-032-0/+15
* tcg: Document tcg_qemu_tb_exec() and provide constants for low bit usesPeter Maydell2013-03-031-1/+1
* glib: Add compat wrapper for g_poll on old glibAlexander Graf2013-02-261-0/+12
* qemu-log: default to stderr for logging outputPeter Maydell2013-02-261-2/+6
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-02-261-1/+8
|\
| * block: implement BDRV_O_UNMAPPaolo Bonzini2013-02-221-0/+2
| * qemu-img: Add "Quiet mode" optionMiroslav Rezanina2013-02-221-1/+2
| * block: Add synchronous wrapper for bdrv_co_is_allocated_aboveMiroslav Rezanina2013-02-221-0/+2
| * qemu-img: add compressed clusters to BlockFragInfoStefan Hajnoczi2013-02-221-0/+1
| * qemu-img: find the image end offset during checkFederico Simoncelli2013-02-221-0/+1
* | Merge remote-tracking branch 'quintela/stats.next' into stagingAnthony Liguori2013-02-261-0/+1
|\ \
| * | migration: calculate expected_downtimeJuan Quintela2013-02-221-0/+1
| |/
* | Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell2013-02-232-1/+9
* | qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell2013-02-231-8/+0
|/
* ui: add basic GTK gui (v5)Anthony Liguori2013-02-212-0/+5
* console: allow VCs to be overridden by UIAnthony Liguori2013-02-211-1/+5
* vga: fix byteswapping.Gerd Hoffmann2013-02-211-1/+2
* aio: convert aio_poll() to g_poll(3)Stefan Hajnoczi2013-02-211-0/+3
* iohandler: switch to GPollFDStefan Hajnoczi2013-02-211-2/+2
* Remove forward declaration of non-existant variableHervé Poussineau2013-02-211-1/+0
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-02-184-9/+16
|\
| * cpu: Add CPUArchState pointer to CPUStateAndreas Färber2013-02-161-0/+2
| * cpu: Move current_tb field to CPUStateAndreas Färber2013-02-163-2/+6
| * cpu: Move exit_request field to CPUStateAndreas Färber2013-02-162-2/+2
| * cpu: Move running field to CPUStateAndreas Färber2013-02-162-1/+2
| * cpu: Move host_tid field to CPUStateAndreas Färber2013-02-163-4/+4
* | host-utils: Use __int128_t for mul[us]64Richard Henderson2013-02-171-9/+8
|/
* bitops: Remove routines redundant with host-utilsRichard Henderson2013-02-161-48/+0
* bitops: Write bitops_flsl in terms of clzlRichard Henderson2013-02-161-28/+1
* hbitmap: Use non-bitops ctzlRichard Henderson2013-02-161-1/+2
* host-utils: Fix coding style and add commentsRichard Henderson2013-02-161-18/+82
* host-utils: Add host long specific aliases for clz, ctz, ctpopRichard Henderson2013-02-161-0/+19
* qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_itemsPeter Maydell2013-02-161-3/+3
* cpus.c: Drop unnecessary set_cpu_log()Peter Maydell2013-02-161-1/+0
* qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell2013-02-161-4/+8
* qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_maskPeter Maydell2013-02-161-1/+1
* qemu-log: Abstract out "print usage message about valid log categories"Peter Maydell2013-02-161-0/+5
* qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filenamePeter Maydell2013-02-162-2/+1
* TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin2013-02-161-8/+19
* migration: make qemu_ftell() public and support writable filesStefan Hajnoczi2013-02-121-0/+1
* bswap: Fix width of swap in leul_to_cpuRichard Henderson2013-02-061-2/+10
* cutils: unsigned int parsing functionsEduardo Habkost2013-02-041-0/+4
* bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzlPaolo Bonzini2013-02-023-60/+23
* util: Fix compilation of envlist.c for MinGWStefan Weil2013-02-021-0/+2
* qom: remove object_deletePaolo Bonzini2013-02-011-17/+10
* qom: document reference counting of link propertiesPaolo Bonzini2013-02-011-0/+5
* accel: change {xen, kvm, tcg, qtest}_allowed from int to boolliguang2013-02-012-2/+2
* Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-02-011-0/+1
|\
| * vmdk: Allow selecting SCSI adapter in image creationOthmar Pasteka2013-02-011-0/+1
OpenPOWER on IntegriCloud