summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* qemu-img: find the image end offset during checkFederico Simoncelli2013-02-221-0/+1
* 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
* | tap: multiqueue supportJason Wang2013-02-011-1/+0
* | tap: introduce a helper to get the name of an interfaceJason Wang2013-02-011-0/+1
* | tap: support enabling or disabling a queueJason Wang2013-02-011-0/+2
* | net: multiqueue supportJason Wang2013-02-011-4/+14
* | net: introduce NetClientState destructorJason Wang2013-02-011-0/+2
* | net: introduce qemu_find_net_clients_except()Jason Wang2013-02-011-0/+2
* | net: intorduce qemu_del_nic()Jason Wang2013-02-011-0/+1
* | net: introduce qemu_get_nic()Jason Wang2013-02-011-0/+2
* | net: introduce qemu_get_queue()Jason Wang2013-02-011-0/+1
* | net: tap: using bool instead of bitfieldJason Wang2013-02-011-2/+2
|/
* qemu-pixman.h: Avoid mutual inclusion loop with console.hPeter Maydell2013-01-302-1/+2
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-01-284-3/+35
|\
| * kvm: Pass CPUState to kvm_on_sigbus_vcpu()Andreas Färber2013-01-281-1/+1
| * cpu: Unconditionalize CPUState fieldsAndreas Färber2013-01-281-2/+0
OpenPOWER on IntegriCloud