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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-20
migration: make qemu_fopen_ops_buffered() return void
Juan Quintela
4
-9
/
+9
2012-12-20
buffered_file: Move from using a timer to use a thread
Juan Quintela
1
-22
/
+36
2012-12-20
protect the ramlist with a separate mutex
Umesh Deshpande
3
-3
/
+44
2012-12-20
add a version number to ram_list
Umesh Deshpande
3
-1
/
+11
2012-12-20
exec: sort the memory from biggest to smallest
Paolo Bonzini
2
-32
/
+12
2012-12-20
exec: change RAM list to a TAILQ
Paolo Bonzini
6
-38
/
+38
2012-12-20
exec: change ramlist from MRU order to a 1-item cache
Paolo Bonzini
3
-21
/
+30
2012-12-20
migration-fd: remove duplicate include
Juan Quintela
1
-1
/
+0
2012-12-20
migration: include qemu-file.h
Juan Quintela
4
-4
/
+4
2012-12-20
migration: remove double call to migrate_fd_close
Paolo Bonzini
1
-1
/
+1
2012-12-20
buffered_file: do not send more than s->bytes_xfer bytes per tick
Paolo Bonzini
1
-2
/
+2
2012-12-20
migration: fix migration_bitmap leak
Paolo Bonzini
1
-6
/
+7
2012-12-19
Merge remote-tracking branch 'bonzini/header-dirs' into staging
Anthony Liguori
1124
-3428
/
+3155
2012-12-19
MAINTAINERS: Include X86CPU in CPU maintenance area
Andreas Färber
1
-0
/
+1
2012-12-19
cpu: Move kvm_run into CPUState
Andreas Färber
5
-47
/
+53
2012-12-19
cpu: Move kvm_state field into CPUState
Andreas Färber
8
-47
/
+57
2012-12-19
ppc_booke: Pass PowerPCCPU to ppc_booke_timers_init()
Andreas Färber
6
-8
/
+7
2012-12-19
ppc4xx_devs: Return PowerPCCPU from ppc4xx_init()
Andreas Färber
3
-9
/
+13
2012-12-19
ppc_booke: Pass PowerPCCPU to {decr,fit,wdt} timer callbacks
Andreas Färber
1
-13
/
+10
2012-12-19
ppc: Pass PowerPCCPU to [h]decr timer callbacks
Andreas Färber
1
-8
/
+10
2012-12-19
ppc: Pass PowerPCCPU to [h]decr callbacks
Andreas Färber
1
-27
/
+33
2012-12-19
ppc: Pass PowerPCCPU to ppc_set_irq()
Andreas Färber
3
-36
/
+60
2012-12-19
kvm: Pass CPUState to kvm_vcpu_ioctl()
Andreas Färber
14
-156
/
+188
2012-12-19
kvm: Pass CPUState to kvm_arch_*
Andreas Färber
7
-92
/
+146
2012-12-19
cpu: Move kvm_fd into CPUState
Andreas Färber
3
-4
/
+10
2012-12-19
qdev-properties.c: Separate core from the code used only by qemu-system-*
Eduardo Habkost
5
-340
/
+360
2012-12-19
qdev: Coding style fixes
Eduardo Habkost
2
-19
/
+37
2012-12-19
cpu: Introduce CPUListState struct
Andreas Färber
4
-21
/
+18
2012-12-19
janitor: move remaining public headers to include/
Paolo Bonzini
4
-0
/
+0
2012-12-19
hw: move executable format header files to hw/
Paolo Bonzini
2
-430
/
+0
2012-12-19
fpu: move public header file to include/fpu
Paolo Bonzini
26
-27
/
+25
2012-12-19
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
61
-61
/
+61
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
296
-421
/
+421
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
496
-673
/
+673
2012-12-19
qom: move include files to include/qom/
Paolo Bonzini
27
-28
/
+28
2012-12-19
migration: move include files to include/migration/
Paolo Bonzini
32
-33
/
+33
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
84
-87
/
+87
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
277
-456
/
+456
2012-12-19
block: move include files to include/block/
Paolo Bonzini
109
-134
/
+134
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
119
-241
/
+241
2012-12-19
janitor: add guards to headers
Paolo Bonzini
50
-0
/
+219
2012-12-19
qapi: make struct Visitor opaque
Paolo Bonzini
2
-40
/
+40
2012-12-19
qapi: remove qapi/qapi-types-core.h
Paolo Bonzini
10
-22
/
+10
2012-12-19
qapi: move inclusions of qemu-common.h from headers to .c files
Paolo Bonzini
13
-1
/
+14
2012-12-19
ui: move files to ui/ and include/ui/
Paolo Bonzini
80
-101
/
+95
2012-12-19
qemu-ga: move qemu-ga files to qga/
Paolo Bonzini
5
-6
/
+7
2012-12-19
net: reorganize headers
Paolo Bonzini
99
-156
/
+170
2012-12-19
net: move net.c to net/
Paolo Bonzini
3
-6
/
+6
2012-12-19
net: do not include net.h everywhere
Paolo Bonzini
17
-16
/
+1
2012-12-19
net: move Bluetooth stuff out of net.h
Paolo Bonzini
8
-21
/
+17
[prev]
[next]