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
2014-02-21
nbd: correctly propagate errors
Paolo Bonzini
4
-35
/
+18
2014-02-21
nbd: produce a better error if neither host nor port is passed
Paolo Bonzini
2
-7
/
+8
2014-02-21
block: Remove bdrv_open_image()'s force_raw option
Max Reitz
4
-27
/
+8
2014-02-21
block: Reuse success path from bdrv_open()
Max Reitz
1
-34
/
+29
2014-02-21
block: Handle bs->options in bdrv_open() only
Max Reitz
1
-23
/
+15
2014-02-21
block: Remove bdrv_new() from bdrv_file_open()
Max Reitz
1
-11
/
+13
2014-02-21
block: Reuse reference handling from bdrv_open()
Max Reitz
1
-25
/
+7
2014-02-21
block: Make bdrv_file_open() static
Max Reitz
10
-24
/
+48
2014-02-21
block: Add reference parameter to bdrv_open()
Max Reitz
10
-27
/
+61
2014-02-21
block: Change BDS parameter of bdrv_open() to **
Max Reitz
12
-57
/
+73
2014-02-21
block: Fix bdrv_is_first_non_filter()
Kevin Wolf
1
-5
/
+1
2014-02-21
qcow2: Set zero flag for discarded clusters
Kevin Wolf
2
-6
/
+34
2014-02-21
Merge remote-tracking branch 'remotes/stefanha/tags/qtest-monitor-process-pul...
Peter Maydell
1
-33
/
+26
2014-02-21
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
9
-65
/
+219
2014-02-21
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+2
2014-02-21
Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging
Peter Maydell
21
-13
/
+136
2014-02-21
tcg/i386: Fix build for systems without working cpuid.h (MacOSX, Win32)
Peter Maydell
2
-2
/
+15
2014-02-20
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into staging
Peter Maydell
14
-70
/
+77
2014-02-20
Merge remote-tracking branch 'remotes/rth/tcg-next' into staging
Peter Maydell
6
-66
/
+414
2014-02-20
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
124
-863
/
+1047
2014-02-20
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
41
-157
/
+338
2014-02-19
target-i386: Fix I/O bitmap checks for in/out
Kevin Wolf
1
-0
/
+2
2014-02-19
qtest: kill QEMU process on g_assert() failure
Stefan Hajnoczi
1
-6
/
+25
2014-02-19
qtest: make QEMU our direct child process
Stefan Hajnoczi
1
-29
/
+5
2014-02-19
qtest: drop unused child_pid field
Stefan Hajnoczi
1
-2
/
+0
2014-02-19
linux-user: Fix error handling in target_to_host_semarray()
Peter Maydell
1
-1
/
+6
2014-02-19
linux-user: Implement BLKPG ioctl
Andreas Färber
4
-0
/
+16
2014-02-19
trace-events: Fix typo in "offset"
Kevin Wolf
1
-4
/
+4
2014-02-19
Add ust generated files to .gitignore
Mohamad Gebai
1
-0
/
+2
2014-02-19
Update documentation for LTTng ust tracing
Mohamad Gebai
1
-0
/
+36
2014-02-19
Adapt Makefiles to the new LTTng ust interface
Mohamad Gebai
2
-0
/
+30
2014-02-19
Modified the tracetool framework for LTTng 2.x
Mohamad Gebai
3
-56
/
+132
2014-02-19
Fix configure script for LTTng 2.x
Mohamad Gebai
1
-5
/
+15
2014-02-18
linux-user: Fix error handling in lock_iovec()
Peter Maydell
1
-5
/
+7
2014-02-18
linux-user/signal.c: Don't pass sigaction uninitialised sa_flags
Peter Maydell
1
-0
/
+1
2014-02-18
linux-user/elfload.c: Avoid calling g_free() on uninitialized data
Peter Maydell
1
-4
/
+12
2014-02-18
linux-user: sync syscall numbers upto 3.13
Riku Voipio
15
-3
/
+94
2014-02-18
xhci: use DPRINTF() instead of fprintf(stderr, ...)
Gerd Hoffmann
1
-45
/
+45
2014-02-18
xhci: switch debug printf to tracepoint
Gerd Hoffmann
1
-3
/
+1
2014-02-18
xhci iso: allow for some latency
Gerd Hoffmann
1
-1
/
+1
2014-02-18
xhci iso: fix time calculation
Gerd Hoffmann
1
-2
/
+2
2014-02-18
uhci: invalidate queue on device address changes
Gerd Hoffmann
1
-0
/
+2
2014-02-18
xhci: fix overflow in usb_xhci_post_load
Gerd Hoffmann
1
-1
/
+1
2014-02-18
usb: Remove magic constants from device bmAttributes
Pantelis Koukousoulas
12
-18
/
+25
2014-02-17
qtest: Include system headers before user headers
Stefan Hajnoczi
7
-17
/
+19
2014-02-17
monitor: Add object_add class argument completion.
Hani Benhabiles
1
-0
/
+23
2014-02-17
monitor: Add object_del id argument completion.
Hani Benhabiles
1
-0
/
+23
2014-02-17
monitor: Add device_add device argument completion.
Hani Benhabiles
1
-0
/
+26
2014-02-17
monitor: Add device_del id argument completion.
Hani Benhabiles
1
-0
/
+23
2014-02-17
qmp: expose list of supported character device backends
Martin Kletzander
3
-0
/
+82
[next]