aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-02-25cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-02-25cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-02-25exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber
2013-02-25cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-02-25cpu: Introduce cpu_class_set_vmsd()Andreas Färber
2013-02-25cpu: Register VMStateDescription through CPUStateAndreas Färber
2013-02-25stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLYAndreas Färber
2013-02-25vmstate: Make vmstate_register() static inlineAndreas Färber
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell
2013-02-23qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell
2013-02-21ui: add basic GTK gui (v5)Anthony Liguori
2013-02-21console: allow VCs to be overridden by UIAnthony Liguori
2013-02-21vga: fix byteswapping.Gerd Hoffmann
2013-02-21aio: convert aio_poll() to g_poll(3)Stefan Hajnoczi
2013-02-21iohandler: switch to GPollFDStefan Hajnoczi
2013-02-21Remove forward declaration of non-existant variableHervé Poussineau
2013-02-18Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-02-17host-utils: Use __int128_t for mul[us]64Richard Henderson
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber
2013-02-16cpu: Move current_tb field to CPUStateAndreas Färber
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber
2013-02-16cpu: Move running field to CPUStateAndreas Färber
2013-02-16cpu: Move host_tid field to CPUStateAndreas Färber
2013-02-16bitops: Remove routines redundant with host-utilsRichard Henderson
2013-02-16bitops: Write bitops_flsl in terms of clzlRichard 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-12migration: make qemu_ftell() public and support writable filesStefan Hajnoczi
2013-02-06bswap: Fix width of swap in leul_to_cpuRichard Henderson
2013-02-04cutils: unsigned int parsing functionsEduardo Habkost
2013-02-02bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzlPaolo Bonzini
2013-02-02util: Fix compilation of envlist.c for MinGWStefan Weil
2013-02-01qom: remove object_deletePaolo Bonzini
2013-02-01qom: document reference counting of link propertiesPaolo Bonzini
2013-02-01accel: change {xen, kvm, tcg, qtest}_allowed from int to boolliguang
2013-02-01Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-02-01tap: multiqueue supportJason Wang
2013-02-01tap: introduce a helper to get the name of an interfaceJason Wang
2013-02-01tap: support enabling or disabling a queueJason Wang
2013-02-01net: multiqueue supportJason Wang
2013-02-01net: introduce NetClientState destructorJason Wang
2013-02-01net: introduce qemu_find_net_clients_except()Jason Wang