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-01-04
memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()
Avi Kivity
5
-18
/
+7
2012-01-04
Convert ram_load() to the memory API
Avi Kivity
1
-2
/
+2
2012-01-04
Remove support for version 3 ram_load
Avi Kivity
1
-14
/
+4
2012-01-04
Sort RAMBlocks by ID for migration, not by ram_addr
Avi Kivity
1
-6
/
+2
2012-01-04
Switch ram_save to the memory API
Avi Kivity
1
-20
/
+14
2012-01-04
Store MemoryRegion in RAMBlock
Avi Kivity
2
-0
/
+2
2012-01-04
vmstate, memory: decouple vmstate from memory API
Avi Kivity
71
-154
/
+286
2012-01-04
memory: introduce memory_region_name()
Avi Kivity
2
-0
/
+14
2012-01-03
Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging
Anthony Liguori
27
-415
/
+703
2012-01-03
Remove cpu_get_physical_page_desc()
Avi Kivity
2
-12
/
+0
2012-01-03
sparc: avoid cpu_get_physical_page_desc()
Avi Kivity
1
-1
/
+4
2012-01-03
virtio-balloon: avoid cpu_get_physical_page_desc()
Avi Kivity
1
-4
/
+9
2012-01-03
vhost: avoid cpu_get_physical_page_desc()
Avi Kivity
2
-8
/
+41
2012-01-03
kvm: avoid cpu_get_physical_page_desc()
Avi Kivity
1
-17
/
+10
2012-01-03
memory: remove CPUPhysMemoryClient
Avi Kivity
5
-208
/
+5
2012-01-03
xen: convert to MemoryListener API
Avi Kivity
2
-59
/
+83
2011-12-27
Fix qapi code generation wrt parallel build
Avi Kivity
4
-18
/
+86
2011-12-27
Merge remote-tracking branch 'aneesh/for-upstream' into staging
Anthony Liguori
5
-143
/
+174
2011-12-27
Merge remote-tracking branch 'bonzini/nbd-for-anthony' into staging
Anthony Liguori
19
-530
/
+1087
2011-12-22
enable architectural PMU cpuid leaf for kvm
Gleb Natapov
1
-4
/
+13
2011-12-22
Set numa topology for max_cpus
Vasilis Liaskovitis
2
-5
/
+5
2011-12-22
kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregs
Jan Kiszka
1
-3
/
+2
2011-12-22
kvm: x86: Avoid runtime allocation of xsave buffer
Jan Kiszka
2
-9
/
+9
2011-12-22
kvm: x86: Use symbols for all xsave field
Jan Kiszka
1
-6
/
+8
2011-12-22
nbd: add myself as maintainer
Paolo Bonzini
1
-0
/
+7
2011-12-22
qemu-nbd: throttle requests
Paolo Bonzini
1
-3
/
+22
2011-12-22
qemu-nbd: asynchronous operation
Paolo Bonzini
1
-21
/
+53
2011-12-22
qemu-nbd: add client pointer to NBDRequest
Paolo Bonzini
1
-21
/
+27
2011-12-22
qemu-nbd: move client handling to nbd.c
Paolo Bonzini
3
-15
/
+66
2011-12-22
qemu-nbd: use common main loop
Paolo Bonzini
1
-67
/
+45
2011-12-22
link the main loop and its dependencies into the tools
Paolo Bonzini
7
-68
/
+80
2011-12-22
qemu-nbd: introduce NBDRequest
Paolo Bonzini
1
-14
/
+51
2011-12-22
qemu-nbd: introduce NBDExport
Paolo Bonzini
3
-29
/
+61
2011-12-22
qemu-nbd: introduce nbd_do_receive_request
Paolo Bonzini
1
-21
/
+47
2011-12-22
qemu-nbd: more robust handling of invalid requests
Paolo Bonzini
1
-27
/
+30
2011-12-22
qemu-nbd: introduce nbd_do_send_reply
Paolo Bonzini
1
-14
/
+32
2011-12-22
qemu-nbd: simplify nbd_trip
Paolo Bonzini
1
-17
/
+8
2011-12-22
move corking functions to osdep.c
Paolo Bonzini
3
-18
/
+12
2011-12-22
qemu-nbd: remove data_size argument to nbd_trip
Paolo Bonzini
3
-7
/
+7
2011-12-22
qemu-nbd: remove offset argument to nbd_trip
Paolo Bonzini
3
-8
/
+5
2011-12-22
Update ioctl order in nbd_init() to detect EBUSY
Chunyan Liu
1
-18
/
+9
2011-12-22
nbd: add support for NBD_CMD_TRIM
Paolo Bonzini
2
-2
/
+38
2011-12-22
nbd: add support for NBD_CMD_FLUSH
Paolo Bonzini
2
-9
/
+51
2011-12-22
nbd: add support for NBD_CMD_FLAG_FUA
Paolo Bonzini
2
-2
/
+15
2011-12-22
nbd: fix error handling in the server
Paolo Bonzini
1
-9
/
+12
2011-12-22
nbd: allow multiple in-flight requests
Paolo Bonzini
1
-13
/
+56
2011-12-22
nbd: split requests
Paolo Bonzini
1
-6
/
+46
2011-12-22
nbd: switch to asynchronous operation
Paolo Bonzini
2
-65
/
+131
2011-12-22
sheepdog: move coroutine send/recv function to generic code
Paolo Bonzini
5
-211
/
+260
2011-12-21
virtio-serial-bus: Ports are expected to implement 'have_data' callback
Amit Shah
1
-3
/
+3
[next]