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
2017-05-04
char: remove qemu_chardev_add
Marc-André Lureau
1
-23
/
+4
2017-05-04
char: use /chardevs container instead of chardevs list
Marc-André Lureau
1
-30
/
+36
2017-05-04
vl: add todo note about root container cleanup
Marc-André Lureau
1
-0
/
+1
2017-05-04
char: add a /chardevs container
Marc-André Lureau
8
-36
/
+42
2017-05-04
container: don't leak container reference
Marc-André Lureau
1
-0
/
+1
2017-05-04
xen: use a better chardev type check
Marc-André Lureau
1
-1
/
+1
2017-05-04
mux: simplfy muxes_realize_done
Marc-André Lureau
3
-11
/
+11
2017-05-04
char: remove qemu_chr_be_generic_open
Marc-André Lureau
6
-13
/
+6
2017-05-02
Merge remote-tracking branch 'sthibault/tags/samuel-thibault' into staging
Stefan Hajnoczi
7
-257
/
+310
2017-04-29
slirp: VMStatify remaining except for loop
Dr. David Alan Gilbert
1
-29
/
+19
2017-04-29
slirp: VMStatify socket level
Dr. David Alan Gilbert
2
-80
/
+145
2017-04-29
slirp: Common lhost/fhost union
Dr. David Alan Gilbert
1
-10
/
+8
2017-04-29
slirp: VMStatify sbuf
Dr. David Alan Gilbert
2
-42
/
+78
2017-04-29
slirp: VMState conversion; tcpcb
Dr. David Alan Gilbert
2
-98
/
+57
2017-04-29
slirp: fix pinging the virtual ipv4 DNS server
Samuel Thibault
1
-2
/
+3
2017-04-29
slirp: tftp, copy sockaddr_size
Marc-André Lureau
1
-1
/
+1
2017-04-29
slirp/smb: Replace constant strings by glib string
Dr. David Alan Gilbert
1
-13
/
+17
2017-04-29
slirp: allow host port 0 for hostfwd
Vincent Bernat
1
-1
/
+1
2017-04-28
replication: Make --disable-replication compile again
Markus Armbruster
2
-0
/
+17
2017-04-28
configure: fix trace backend list for out-of-tree builds
Greg Kurz
1
-1
/
+1
2017-04-28
Merge remote-tracking branch 'mdroth/tags/qga-pull-2017-04-25-v2-tag' into st...
Stefan Hajnoczi
14
-17
/
+393
2017-04-27
qga: Add `guest-get-timezone` command
Vinzenz Feenstra
2
-0
/
+63
2017-04-26
qga: Add 'guest-get-users' command
Vinzenz Feenstra
5
-1
/
+195
2017-04-26
qga: improve fsfreeze documentations
Marc-André Lureau
1
-2
/
+10
2017-04-26
qga: Add 'guest-get-host-name' command
Vinzenz Feenstra
2
-0
/
+37
2017-04-26
qga-win: Fix Event Viewer errors caused by qemu-ga
Sameeh Jubran
1
-1
/
+0
2017-04-26
qga-win: Fix a bug where qemu-ga service is stuck during stop operation
Sameeh Jubran
4
-10
/
+39
2017-04-26
qga-win: Enable 'can-offline' field in 'guest-get-vcpus' reply
Sameeh Jubran
1
-1
/
+1
2017-04-26
qemu-ga: Make QGA VSS provider service run only when needed
Sameeh Jubran
3
-2
/
+48
2017-04-26
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170426' into staging
Peter Maydell
1
-0
/
+6
2017-04-26
tcg: Initialize return value after exit_atomic
Richard Henderson
1
-0
/
+6
2017-04-26
Revert "COLO-compare: Optimize tcp compare trace event"
Peter Maydell
2
-18
/
+14
2017-04-26
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20170426' into s...
Peter Maydell
8
-90
/
+390
2017-04-26
tests: Add a tester for HMP commands
Thomas Huth
2
-0
/
+163
2017-04-26
libqtest: Add a generic function to run a callback function for every machine
Thomas Huth
4
-89
/
+80
2017-04-26
libqtest: Ignore QMP events when parsing the response for HMP commands
Thomas Huth
2
-1
/
+9
2017-04-26
monitor: Check whether TCG is enabled before running the "info jit" code
Thomas Huth
1
-0
/
+5
2017-04-26
hmp: gpa2hva and gpa2hpa hostaddr command
Paolo Bonzini
2
-0
/
+133
2017-04-26
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170426' int...
Peter Maydell
40
-495
/
+2808
2017-04-26
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' i...
Peter Maydell
33
-193
/
+1435
2017-04-26
MAINTAINERS: Remove myself from e500
Scott Wood
1
-3
/
+0
2017-04-26
target/ppc: Style fixes
David Gibson
1
-186
/
+186
2017-04-26
e500,book3s: mfspr 259: Register mapped/aliased SPRG3 user read
Bernhard Kaindl
1
-0
/
+10
2017-04-26
target/ppc: Flush TLB on write to PIDR
Suraj Jitindar Singh
3
-2
/
+17
2017-04-26
spapr-cpu-core: Release ICPState object during CPU unrealization
Bharata B Rao
1
-0
/
+1
2017-04-26
ppc/pnv: generate an OEM SEL event on shutdown
Cédric Le Goater
3
-0
/
+57
2017-04-26
ppc/pnv: add initial IPMI sensors for the BMC simulator
Cédric Le Goater
4
-1
/
+112
2017-04-26
ppc/pnv: populate device tree for IPMI BT devices
Cédric Le Goater
1
-0
/
+35
2017-04-26
ppc/pnv: populate device tree for serial devices
Cédric Le Goater
1
-0
/
+33
2017-04-26
ppc/pnv: populate device tree for RTC devices
Cédric Le Goater
1
-0
/
+30
[next]