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
2015-10-20
util/qemu-config: fix missing machine command line options
Tony Krowiak
1
-0
/
+8
2015-10-20
util: pull Buffer code out of VNC module
Daniel P. Berrange
6
-58
/
+191
2015-10-20
coroutine: move into libqemuutil.a library
Daniel P. Berrange
36
-39
/
+45
2015-10-20
osdep: add qemu_fork() wrapper for safely handling signals
Daniel P. Berrange
3
-0
/
+96
2015-10-20
ui: convert VNC startup code to use SocketAddress
Daniel P. Berrange
1
-70
/
+90
2015-10-20
sockets: allow port to be NULL when listening on IP address
Daniel P. Berrange
2
-7
/
+17
2015-10-20
sockets: move qapi_copy_SocketAddress into qemu-sockets.c
Daniel P. Berrange
3
-25
/
+34
2015-10-20
sockets: add helpers for creating SocketAddress from a socket
Daniel P. Berrange
2
-0
/
+140
2015-10-20
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20151020-1' into...
Peter Maydell
1
-0
/
+4
2015-10-20
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20151020-1' into s...
Peter Maydell
3
-4
/
+9
2015-10-20
Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw_cfg-20151020-1' int...
Peter Maydell
8
-32
/
+388
2015-10-20
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20151020-1' into s...
Peter Maydell
3
-4
/
+8
2015-10-20
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2015-10-14-v4-tag'...
Peter Maydell
15
-60
/
+1412
2015-10-20
vmsvga: more cursor checks
Gerd Hoffmann
1
-4
/
+7
2015-10-20
ppc/spapr: Allow VIRTIO_VGA
Benjamin Herrenschmidt
2
-0
/
+2
2015-10-20
usb-audio: increate default buffer size
Gerd Hoffmann
1
-1
/
+1
2015-10-20
usb: print device id in "info usb" monitor command
Gerd Hoffmann
1
-3
/
+6
2015-10-20
usb-host: add wakeup call for iso xfers
Gerd Hoffmann
1
-0
/
+1
2015-10-20
virtio-input: ignore events until the guest driver is ready
Gerd Hoffmann
1
-0
/
+4
2015-10-19
qga: fix uninitialized value warning for win32
Michael Roth
1
-1
/
+1
2015-10-19
qga: guest-exec simple stdin/stdout/stderr redirection
Yuri Pudgorodskiy
2
-9
/
+187
2015-10-19
qga: handle G_IO_STATUS_AGAIN in ga_channel_write_all()
Yuri Pudgorodskiy
1
-12
/
+11
2015-10-19
qga: handle possible SIGPIPE in guest-file-write
Denis V. Lunev
2
-1
/
+23
2015-10-19
qga: guest exec functionality
Yuri Pudgorodskiy
2
-0
/
+261
2015-10-19
qga: drop guest_file_init helper and replace it with static initializers
Denis V. Lunev
2
-14
/
+6
2015-10-19
tests: add a local test for guest agent
Marc-André Lureau
2
-0
/
+786
2015-10-19
qga: guest-get-memory-blocks shouldn't fail for unexposed memory blocks
Michael Roth
1
-2
/
+8
2015-10-19
glib-compat: add 2.38/2.40/2.46 asserts
Marc-André Lureau
1
-0
/
+61
2015-10-19
qtest: add a few fd-level qmp helpers
Marc-André Lureau
2
-4
/
+48
2015-10-19
qga: do not override configuration verbosity
Marc-André Lureau
1
-2
/
+2
2015-10-19
qga: add QGA_CONF environment variable
Marc-André Lureau
1
-1
/
+2
2015-10-19
qga: Use g_new() & friends where that makes obvious sense
Markus Armbruster
6
-17
/
+17
2015-10-19
build: qemu-ga: add 'qemu-ga' build target for w32
Michael Roth
2
-7
/
+9
2015-10-19
cpu-exec: Add "nochain" debug flag
Richard Henderson
3
-1
/
+6
2015-10-19
tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZ
James Hogan
1
-6
/
+37
2015-10-19
tcg/mips: Support r6 multiply/divide encodings
James Hogan
2
-3
/
+43
2015-10-19
tcg/mips: Support r6 JR encoding
James Hogan
1
-1
/
+4
2015-10-19
tcg/mips: Add use_mips32r6_instructions definition
James Hogan
1
-0
/
+7
2015-10-19
disas/mips: Add R6 jr/jr.hb to disassembler
James Hogan
1
-0
/
+2
2015-10-19
tcg-opc.h: Simplify insn_start def
James Hogan
1
-8
/
+5
2015-10-19
tcg/ppc: Prefer mask over andi.
Richard Henderson
1
-10
/
+10
2015-10-19
tcg/ppc: Revise goto_tb implementation
Richard Henderson
2
-11
/
+40
2015-10-19
tcg/ppc: Adjust exit_tb for change in prologue placement
Richard Henderson
1
-6
/
+4
2015-10-19
fw_cfg: Define a static signature to be returned on DMA port reads
Kevin O'Connor
2
-2
/
+15
2015-10-19
Enable fw_cfg DMA interface for x86
Marc Marí
1
-3
/
+5
2015-10-19
Enable fw_cfg DMA interface for ARM
Marc Marí
1
-4
/
+4
2015-10-19
Implement fw_cfg DMA interface
Marc Marí
4
-15
/
+247
2015-10-19
fw_cfg DMA interface documentation
Marc Marí
1
-4
/
+61
2015-10-19
fw_cfg: document fw_cfg_modify_iXX() update functions
Gabriel L. Somlo
1
-0
/
+11
2015-10-19
fw_cfg: insert string blobs via qemu cmdline
Gabriel L. Somlo
3
-7
/
+48
[prev]
[next]