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
2011-07-23
virtio-serial: Clean up virtser_bus_dev_print() output
Markus Armbruster
1
-8
/
+5
2011-07-23
usb-ccid: Drop unused CCIDCardInfo callback print()
Markus Armbruster
2
-12
/
+0
2011-07-23
Remove unused USES_X509_AUTH macro from VNC sasl code
Daniel P. Berrange
1
-7
/
+0
2011-07-23
Introduce a 'client_add' monitor command accepting an open FD
Daniel P. Berrange
8
-6
/
+100
2011-07-23
Store VNC auth scheme per-client as well as per-server
Daniel P. Berrange
4
-26
/
+41
2011-07-23
do not reset no_shutdown after we shutdown the vm
Wen Congyang
1
-1
/
+0
2011-07-23
vl.c: Don't limit node count by smp count
Sasha Levin
1
-2
/
+2
2011-07-23
vga: Fix type of lfb/map_addr/end.
Richard Henderson
1
-5
/
+5
2011-07-23
qemu-char: Print strerror message on failure
Kevin Wolf
8
-83
/
+117
2011-07-23
qemu-timer: change unix timer to dynticks
Paolo Bonzini
1
-12
/
+28
2011-07-23
iothread: replace fair_mutex with a condition variable
Paolo Bonzini
1
-15
/
+9
2011-07-23
multiboot: Support commas in module parameters
Adam Lackorzynski
1
-9
/
+9
2011-07-23
report serial devices created with -device in the PIIX4 config space
Paolo Bonzini
3
-12
/
+31
2011-07-23
.gitignore: ignore qemu-ga and qapi-generated
Alexandre Raymond
1
-0
/
+2
2011-07-23
guest agent: use QERR_UNSUPPORTED for disabled RPCs
Michael Roth
1
-3
/
+3
2011-07-23
net: Consistently use qemu_macaddr_default_if_unset
Jan Kiszka
9
-17
/
+11
2011-07-23
net: Dump client type 'info network'
Jan Kiszka
1
-3
/
+12
2011-07-23
net: Refactor net_client_types
Jan Kiszka
3
-15
/
+23
2011-07-23
net: Improve layout of 'info network'
Jan Kiszka
1
-5
/
+9
2011-07-23
slirp: Forward ICMP echo requests via unprivileged sockets
Jan Kiszka
7
-1
/
+147
2011-07-23
slirp: Put forked exec into separate process group
Jan Kiszka
1
-1
/
+2
2011-07-23
slirp: Replace m_freem with m_free
Jan Kiszka
7
-19
/
+16
2011-07-23
slirp: Strictly associate DHCP/BOOTP and TFTP with virtual host
Jan Kiszka
1
-5
/
+8
2011-07-23
slirp: Canonicalize restrict syntax
Jan Kiszka
2
-8
/
+17
2011-07-23
slirp: Fix restricted mode
Jan Kiszka
3
-25
/
+6
2011-07-23
Deprecate -M command line options
Jan Kiszka
1
-25
/
+20
2011-07-23
Generalize -machine command line option
Jan Kiszka
3
-22
/
+46
2011-07-22
guest-agent: fix build with OpenBSD
Anthony Liguori
1
-11
/
+52
2011-07-22
xen: fix xen-mapcache build on non-Xen capable targets
Avi Kivity
1
-0
/
+32
2011-07-22
Merge remote-tracking branch 'origin/master' into staging
Anthony Liguori
1
-2
/
+2
2011-07-22
target-sparc: Fix compiler errors (format strings)
Stefan Weil
1
-2
/
+2
2011-07-22
Merge remote-tracking branch 'spice/spice.v39' into staging
Anthony Liguori
2
-3
/
+12
2011-07-22
Merge remote-tracking branch 'qmp/for-anthony' into staging
Anthony Liguori
40
-31
/
+4842
2011-07-22
Merge remote-tracking branch 'kraxel/usb.21' into staging
Anthony Liguori
6
-8
/
+1260
2011-07-22
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
28
-1860
/
+2509
2011-07-22
USB: add usb network redirection support
Hans de Goede
3
-0
/
+1247
2011-07-22
usb-ehci: trace: rename "next" to "nxt".
Gerd Hoffmann
1
-3
/
+3
2011-07-22
usb-uhci: fix irq handling on error.
Gerd Hoffmann
1
-0
/
+6
2011-07-22
usb-hid: fixup changed tracking.
Gerd Hoffmann
1
-5
/
+4
2011-07-21
SPARC64: implement addtional MMU faults related to nonfaulting load
Tsuneo Saito
2
-3
/
+30
2011-07-21
SPARC64: implement MMU miss traps on nonfaulting loads
Tsuneo Saito
1
-16
/
+20
2011-07-21
SPARC64: fix fault status overwritten on nonfaulting load
Tsuneo Saito
1
-6
/
+2
2011-07-21
SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault()
Tsuneo Saito
2
-1
/
+16
2011-07-21
SPARC64: introduce a convenience function for getting physical addresses
Tsuneo Saito
1
-6
/
+14
2011-07-21
SPARC64: SFSR cleanup and fix
Tsuneo Saito
2
-12
/
+62
2011-07-21
SPARC64: TTE bits cleanup
Tsuneo Saito
2
-16
/
+26
2011-07-21
guest agent: add guest agent RPCs/commands
Michael Roth
7
-3
/
+768
2011-07-21
guest agent: qemu-ga daemon
Michael Roth
4
-3
/
+660
2011-07-21
guest agent: command state class
Michael Roth
4
-1
/
+102
2011-07-21
qerror: add QERR_JSON_PARSE_ERROR to qerror.c
Michael Roth
1
-0
/
+5
[next]