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
2013-03-26
virtio-scsi-s390: switch to the new API.
KONRAD Frederic
2
-9
/
+27
2013-03-26
virtio-scsi-pci: switch to new API.
KONRAD Frederic
2
-60
/
+71
2013-03-26
virtio-scsi: add the virtio-scsi device.
KONRAD Frederic
2
-5
/
+85
2013-03-26
virtio-scsi: moving host_features from properties to transport properties.
KONRAD Frederic
4
-10
/
+17
2013-03-26
virtio-scsi: allocate cmd_vqs array separately.
KONRAD Frederic
2
-4
/
+5
2013-03-26
virtio-scsi: don't use pointer for configuration.
KONRAD Frederic
2
-8
/
+8
2013-03-26
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
10
-19
/
+134
2013-03-26
Use qemu_put_buffer_async for guest memory pages
Orit Wasserman
1
-1
/
+1
2013-03-26
Add qemu_put_buffer_async
Orit Wasserman
2
-8
/
+31
2013-03-26
Use writev ops if available
Orit Wasserman
1
-8
/
+23
2013-03-26
Store the data to send also in iovec
Orit Wasserman
1
-2
/
+22
2013-03-26
Update bytes_xfer in qemu_put_byte
Orit Wasserman
1
-0
/
+2
2013-03-26
Add socket_writev_buffer function
Orit Wasserman
1
-0
/
+15
2013-03-26
Add QemuFileWritevBuffer QemuFileOps
Orit Wasserman
1
-0
/
+7
2013-03-26
migration: use XBZRLE only after bulk stage
Peter Lieven
1
-1
/
+1
2013-03-26
migration: do not search dirty pages in bulk stage
Peter Lieven
1
-1
/
+7
2013-03-26
migration: do not sent zero pages in bulk stage
Peter Lieven
6
-8
/
+32
2013-03-26
migration: add an indicator for bulk state of ram migration
Peter Lieven
1
-0
/
+3
2013-03-26
migration: search for zero instead of dup pages
Peter Lieven
1
-15
/
+6
2013-03-26
bitops: unroll while loop in find_next_bit()
Peter Lieven
1
-1
/
+17
2013-03-26
buffer_is_zero: use vector optimizations if possible
Peter Lieven
1
-0
/
+5
2013-03-26
cutils: add a function to find non-zero content in a buffer
Peter Lieven
2
-0
/
+65
2013-03-26
move vector definitions to qemu-common.h
Peter Lieven
2
-20
/
+21
2013-03-26
savevm: Fix bugs in the VMSTATE_VBUFFER_MULTIPLY definition
David Gibson
1
-2
/
+2
2013-03-26
savevm: Add VMSTATE_STRUCT_VARRAY_POINTER_UINT32
David Gibson
1
-0
/
+10
2013-03-26
savevm: Add VMSTATE_FLOAT64 helpers
David Gibson
2
-0
/
+38
2013-03-26
savevm: Add VMSTATE_UINTTL_EQUAL helper
David Gibson
2
-2
/
+11
2013-03-26
savevm: Add VMSTATE_UINT64_EQUAL helpers
David Gibson
2
-0
/
+28
2013-03-26
migration: Improve QMP documentation
Juan Quintela
1
-22
/
+32
2013-03-25
New QMP command query-cpu-max and HMP command cpu_max
Michal Novotny
7
-0
/
+56
2013-03-25
qmp: fix handling of boolean values in qmp-shell
Igor Mammedov
1
-1
/
+6
2013-03-25
QMP: TPM QMP and man page documentation updates
Corey Bryant
2
-1
/
+60
2013-03-25
QMP: Remove duplicate TPM type from query-tpm
Corey Bryant
3
-17
/
+12
2013-03-25
Merge remote-tracking branch 'stefanha/net' into staging
Anthony Liguori
21
-17
/
+5198
2013-03-25
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2
-3
/
+6
2013-03-25
Merge remote-tracking branch 'kraxel/ipxe.3' into staging
Anthony Liguori
8
-2
/
+7
2013-03-25
glib: add a compatibility interface for g_timeout_add_seconds
Anthony Liguori
2
-1
/
+28
2013-03-25
gtk: Release modifier when graphic console loses keyboard focus
Jan Kiszka
1
-2
/
+51
2013-03-25
net: increase buffer size to accommodate Jumbo frame pkts
Scott Feldman
5
-10
/
+10
2013-03-25
VMXNET3 device implementation
Dmitry Fleytman
5
-0
/
+3224
2013-03-25
Packet abstraction for VMWARE network devices
Dmitry Fleytman
5
-0
/
+1077
2013-03-25
Common definitions for VMWARE devices
Dmitry Fleytman
5
-0
/
+823
2013-03-25
net: iovec checksum calculator
Dmitry Fleytman
2
-0
/
+41
2013-03-25
Checksum-related utility functions
Dmitry Fleytman
2
-7
/
+20
2013-03-25
net: use socket_set_nodelay() for -netdev socket
Stefan Hajnoczi
1
-0
/
+3
2013-03-25
block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build)
Stefan Weil
1
-2
/
+4
2013-03-25
rbd: fix compile error
Liu Yuan
1
-1
/
+2
2013-03-25
ipxe: update binaries
Gerd Hoffmann
6
-0
/
+0
2013-03-25
ipxe: disable two second timeout
Gerd Hoffmann
2
-2
/
+7
2013-03-24
Remove device_tree.o from hw/moxie/Makefile.objs.
Anthony Green
1
-1
/
+0
[prev]
[next]