index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-16
cpus.c: Drop unnecessary set_cpu_log()
Peter Maydell
1
-1
/
+0
2013-02-16
qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log
Peter Maydell
1
-4
/
+8
2013-02-16
qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask
Peter Maydell
1
-1
/
+1
2013-02-16
qemu-log: Abstract out "print usage message about valid log categories"
Peter Maydell
1
-0
/
+5
2013-02-16
qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename
Peter Maydell
2
-2
/
+1
2013-02-16
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx
Evgeny Voevodin
1
-8
/
+19
2013-02-12
migration: make qemu_ftell() public and support writable files
Stefan Hajnoczi
1
-0
/
+1
2013-02-06
bswap: Fix width of swap in leul_to_cpu
Richard Henderson
1
-2
/
+10
2013-02-04
cutils: unsigned int parsing functions
Eduardo Habkost
1
-0
/
+4
2013-02-02
bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl
Paolo Bonzini
3
-60
/
+23
2013-02-02
util: Fix compilation of envlist.c for MinGW
Stefan Weil
1
-0
/
+2
2013-02-01
qom: remove object_delete
Paolo Bonzini
1
-17
/
+10
2013-02-01
qom: document reference counting of link properties
Paolo Bonzini
1
-0
/
+5
2013-02-01
accel: change {xen, kvm, tcg, qtest}_allowed from int to bool
liguang
2
-2
/
+2
2013-02-01
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
1
-0
/
+1
2013-02-01
tap: multiqueue support
Jason Wang
1
-1
/
+0
2013-02-01
tap: introduce a helper to get the name of an interface
Jason Wang
1
-0
/
+1
2013-02-01
tap: support enabling or disabling a queue
Jason Wang
1
-0
/
+2
2013-02-01
net: multiqueue support
Jason Wang
1
-4
/
+14
2013-02-01
net: introduce NetClientState destructor
Jason Wang
1
-0
/
+2
2013-02-01
net: introduce qemu_find_net_clients_except()
Jason Wang
1
-0
/
+2
2013-02-01
net: intorduce qemu_del_nic()
Jason Wang
1
-0
/
+1
2013-02-01
net: introduce qemu_get_nic()
Jason Wang
1
-0
/
+2
2013-02-01
net: introduce qemu_get_queue()
Jason Wang
1
-0
/
+1
2013-02-01
net: tap: using bool instead of bitfield
Jason Wang
1
-2
/
+2
2013-02-01
vmdk: Allow selecting SCSI adapter in image creation
Othmar Pasteka
1
-0
/
+1
2013-01-30
qemu-pixman.h: Avoid mutual inclusion loop with console.h
Peter Maydell
2
-1
/
+2
2013-01-28
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
4
-3
/
+35
2013-01-28
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
5
-8
/
+250
2013-01-28
kvm: Pass CPUState to kvm_on_sigbus_vcpu()
Andreas Färber
1
-1
/
+1
2013-01-28
cpu: Unconditionalize CPUState fields
Andreas Färber
1
-2
/
+0
2013-01-27
qom: Introduce object_class_is_abstract()
Andreas Färber
1
-0
/
+8
2013-01-27
cpu: Add model resolution support to CPUClass
Andreas Färber
1
-0
/
+15
2013-01-27
cpus.h: Make constant smp_cores/smp_threads available on *-user
Eduardo Habkost
1
-0
/
+7
2013-01-27
kvm: Create kvm_arch_vcpu_id() function
Eduardo Habkost
1
-0
/
+3
2013-01-27
kvm: Add fake KVM_FEATURE_CLOCKSOURCE_STABLE_BIT for builds without KVM
Eduardo Habkost
1
-0
/
+1
2013-01-26
fw_cfg: Splash image loader can overrun a stack variable, fix
Markus Armbruster
1
-1
/
+1
2013-01-25
hbitmap: add assertion on hbitmap_iter_init
Paolo Bonzini
1
-1
/
+2
2013-01-25
block: Add special error code for wrong format
Stefan Weil
1
-0
/
+3
2013-01-25
mirror: add buf-size argument to drive-mirror
Paolo Bonzini
1
-2
/
+3
2013-01-25
mirror: allow customizing the granularity
Paolo Bonzini
1
-1
/
+2
2013-01-25
block: allow customizing the granularity of the dirty bitmap
Paolo Bonzini
1
-4
/
+1
2013-01-25
block: make round_to_clusters public
Paolo Bonzini
1
-0
/
+4
2013-01-25
block: implement dirty bitmap using HBitmap
Paolo Bonzini
2
-4
/
+6
2013-01-25
add hierarchical bitmap data type and test cases
Paolo Bonzini
1
-0
/
+207
2013-01-25
host-utils: add ffsl
Paolo Bonzini
1
-0
/
+26
2013-01-21
Merge remote-tracking branch 'quintela/thread.next' into staging
Anthony Liguori
2
-4
/
+1
2013-01-20
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
1
-4
/
+2
2013-01-19
tci: Fix broken build (regression)
Stefan Weil
1
-7
/
+1
2013-01-19
cpu-defs.h: Drop qemu_work_item prototype
Andreas Färber
1
-2
/
+0
[next]