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
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
2013-03-23
tcg-optimize: Fold sub r,0,x to neg r,x
Richard Henderson
1
-1
/
+33
2013-03-23
target-i386: Don't modify env->eflags around cpu_dump_state
Richard Henderson
2
-4
/
+1
2013-03-23
target-i386: Fix flags computation for ADOX
Richard Henderson
1
-1
/
+1
2013-03-23
Add top level changes for moxie
Anthony Green
6
-4
/
+21
2013-03-23
Add sample moxie system
Anthony Green
3
-0
/
+181
2013-03-23
Add moxie disassembler
Anthony Green
4
-0
/
+369
2013-03-23
Add moxie target code
Anthony Green
10
-0
/
+1531
2013-03-23
Merge branch 'for-upstream' of git://github.com/mwalle/qemu
Blue Swirl
15
-57
/
+119
2013-03-22
Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu
Aurelien Jarno
26
-1304
/
+1873
2013-03-22
tcg: Fix occasional TCG broken problem when ldst optimization enabled
Yeongkyoon Lee
1
-2
/
+2
2013-03-22
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
24
-113
/
+308
2013-03-22
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
25
-52
/
+58
2013-03-22
Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into staging
Anthony Liguori
2
-11
/
+2
2013-03-22
nbd: Check against invalid option combinations
Kevin Wolf
1
-0
/
+14
2013-03-22
nbd: Use default port if only host is specified
Kevin Wolf
1
-9
/
+10
[prev]
[next]