index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()
Peter Maydell
2013-02-23
2
-1
/
+9
*
qemu-log: Remove qemu_log_try_set_file() and its users
Peter Maydell
2013-02-23
1
-8
/
+0
*
ui: add basic GTK gui (v5)
Anthony Liguori
2013-02-21
2
-0
/
+5
*
console: allow VCs to be overridden by UI
Anthony Liguori
2013-02-21
1
-1
/
+5
*
vga: fix byteswapping.
Gerd Hoffmann
2013-02-21
1
-1
/
+2
*
aio: convert aio_poll() to g_poll(3)
Stefan Hajnoczi
2013-02-21
1
-0
/
+3
*
iohandler: switch to GPollFD
Stefan Hajnoczi
2013-02-21
1
-2
/
+2
*
Remove forward declaration of non-existant variable
Hervé Poussineau
2013-02-21
1
-1
/
+0
*
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2013-02-18
4
-9
/
+16
|
\
|
*
cpu: Add CPUArchState pointer to CPUState
Andreas Färber
2013-02-16
1
-0
/
+2
|
*
cpu: Move current_tb field to CPUState
Andreas Färber
2013-02-16
3
-2
/
+6
|
*
cpu: Move exit_request field to CPUState
Andreas Färber
2013-02-16
2
-2
/
+2
|
*
cpu: Move running field to CPUState
Andreas Färber
2013-02-16
2
-1
/
+2
|
*
cpu: Move host_tid field to CPUState
Andreas Färber
2013-02-16
3
-4
/
+4
*
|
host-utils: Use __int128_t for mul[us]64
Richard Henderson
2013-02-17
1
-9
/
+8
|
/
*
bitops: Remove routines redundant with host-utils
Richard Henderson
2013-02-16
1
-48
/
+0
*
bitops: Write bitops_flsl in terms of clzl
Richard Henderson
2013-02-16
1
-28
/
+1
*
hbitmap: Use non-bitops ctzl
Richard Henderson
2013-02-16
1
-1
/
+2
*
host-utils: Fix coding style and add comments
Richard Henderson
2013-02-16
1
-18
/
+82
*
host-utils: Add host long specific aliases for clz, ctz, ctpop
Richard Henderson
2013-02-16
1
-0
/
+19
*
qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_items
Peter Maydell
2013-02-16
1
-3
/
+3
*
cpus.c: Drop unnecessary set_cpu_log()
Peter Maydell
2013-02-16
1
-1
/
+0
*
qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log
Peter Maydell
2013-02-16
1
-4
/
+8
*
qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask
Peter Maydell
2013-02-16
1
-1
/
+1
*
qemu-log: Abstract out "print usage message about valid log categories"
Peter Maydell
2013-02-16
1
-0
/
+5
*
qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename
Peter Maydell
2013-02-16
2
-2
/
+1
*
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx
Evgeny Voevodin
2013-02-16
1
-8
/
+19
*
migration: make qemu_ftell() public and support writable files
Stefan Hajnoczi
2013-02-12
1
-0
/
+1
*
bswap: Fix width of swap in leul_to_cpu
Richard Henderson
2013-02-06
1
-2
/
+10
*
cutils: unsigned int parsing functions
Eduardo Habkost
2013-02-04
1
-0
/
+4
*
bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl
Paolo Bonzini
2013-02-02
3
-60
/
+23
*
util: Fix compilation of envlist.c for MinGW
Stefan Weil
2013-02-02
1
-0
/
+2
*
qom: remove object_delete
Paolo Bonzini
2013-02-01
1
-17
/
+10
*
qom: document reference counting of link properties
Paolo Bonzini
2013-02-01
1
-0
/
+5
*
accel: change {xen, kvm, tcg, qtest}_allowed from int to bool
liguang
2013-02-01
2
-2
/
+2
*
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-02-01
1
-0
/
+1
|
\
|
*
vmdk: Allow selecting SCSI adapter in image creation
Othmar Pasteka
2013-02-01
1
-0
/
+1
*
|
tap: multiqueue support
Jason Wang
2013-02-01
1
-1
/
+0
*
|
tap: introduce a helper to get the name of an interface
Jason Wang
2013-02-01
1
-0
/
+1
*
|
tap: support enabling or disabling a queue
Jason Wang
2013-02-01
1
-0
/
+2
*
|
net: multiqueue support
Jason Wang
2013-02-01
1
-4
/
+14
*
|
net: introduce NetClientState destructor
Jason Wang
2013-02-01
1
-0
/
+2
*
|
net: introduce qemu_find_net_clients_except()
Jason Wang
2013-02-01
1
-0
/
+2
*
|
net: intorduce qemu_del_nic()
Jason Wang
2013-02-01
1
-0
/
+1
*
|
net: introduce qemu_get_nic()
Jason Wang
2013-02-01
1
-0
/
+2
*
|
net: introduce qemu_get_queue()
Jason Wang
2013-02-01
1
-0
/
+1
*
|
net: tap: using bool instead of bitfield
Jason Wang
2013-02-01
1
-2
/
+2
|
/
*
qemu-pixman.h: Avoid mutual inclusion loop with console.h
Peter Maydell
2013-01-30
2
-1
/
+2
*
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2013-01-28
4
-3
/
+35
|
\
|
*
kvm: Pass CPUState to kvm_on_sigbus_vcpu()
Andreas Färber
2013-01-28
1
-1
/
+1
[next]