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
2016-09-21
linux-user: Implement force_sigsegv() via force_sig()
Peter Maydell
1
-15
/
+2
2016-09-21
linux-user: SIGSEGV from sigreturn need not be fatal
Peter Maydell
1
-27
/
+54
2016-09-21
linux-user: ARM: Give SIGSEGV if signal frame setup fails
Peter Maydell
1
-6
/
+17
2016-09-21
linux-user: SIGSEGV on signal entry need not be fatal
Peter Maydell
1
-38
/
+49
2016-09-21
linux-user: Pass si_type information to queue_signal() explicitly
Peter Maydell
4
-72
/
+71
2016-09-21
linux-user: Recheck for pending synchronous signals too
Peter Maydell
1
-2
/
+5
2016-09-21
linux-user: ppc64: set MSR_CM bit for BookE 2.06 MMU
Michael Walle
1
-2
/
+3
2016-09-21
linux-user: Use correct target SHMLBA in shmat()
Peter Maydell
6
-6
/
+83
2016-09-21
linux-user: Use glib malloc functions in load_symbols()
Peter Maydell
1
-7
/
+7
2016-09-21
linux-user: Check dump_write() return in elf_core_dump()
Peter Maydell
1
-1
/
+3
2016-09-21
linux-user: Fix error handling in flatload.c target_pread()
Peter Maydell
1
-0
/
+6
2016-09-21
linux-user: Fix incorrect use of host errno in do_ioctl_dm()
Peter Maydell
1
-1
/
+1
2016-09-21
linux-user: Check lock_user() return value for NULL
Peter Maydell
1
-0
/
+9
2016-09-21
linux-user: Pass missing MAP_ANONYMOUS to target_mmap() call
Peter Maydell
1
-1
/
+1
2016-09-21
linux-user: report signals being taken in strace output
Peter Maydell
3
-0
/
+120
2016-09-21
linux-user: Range check the nfds argument to ppoll syscall
Peter Maydell
1
-0
/
+5
2016-09-21
linux-user: Check for bad event numbers in epoll_wait
Peter Maydell
2
-0
/
+8
2016-09-21
linux-user: Use direct syscall for utimensat
Peter Maydell
1
-10
/
+1
2016-09-21
linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctls
Peter Maydell
2
-0
/
+9
2016-09-21
linux-user: Allow bad msg_name for recvfrom on connected socket
Peter Maydell
1
-2
/
+9
2016-09-21
linux-user: Fix errno for sendrecvmsg with large iovec length
Peter Maydell
1
-0
/
+9
2016-09-21
linux-user: Fix handling of iovec counts
Peter Maydell
1
-4
/
+4
2016-09-20
build-sys: fix make install regression
Riku Voipio
1
-1
/
+1
2016-09-20
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
5
-59
/
+72
2016-09-19
linux-user-i386: Fix crash on cpuid
Marc-André Lureau
1
-0
/
+5
2016-09-19
kvm/apic: drop debugging
Michael S. Tsirkin
1
-1
/
+0
2016-09-19
target-i386: Use struct X86XSaveArea in fpu_helper.c
Richard Henderson
3
-58
/
+67
2016-09-19
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-09-19' into ...
Peter Maydell
20
-1869
/
+458
2016-09-19
Replace qmp-commands.hx by docs/qmp-commands.txt
Marc-André Lureau
6
-1175
/
+4
2016-09-19
Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-09-19-2...
Peter Maydell
11
-62
/
+238
2016-09-19
qmp-commands.hx: fix some styling
Marc-André Lureau
1
-16
/
+18
2016-09-19
build-sys: remove qmp-commands-old.h
Marc-André Lureau
1
-5
/
+2
2016-09-19
monitor: use qmp_dispatch()
Marc-André Lureau
2
-293
/
+34
2016-09-19
tests: add a test to check invalid args
Marc-André Lureau
1
-0
/
+21
2016-09-19
qapi: check invalid arguments on no-args commands
Marc-André Lureau
2
-15
/
+58
2016-09-19
qapi: remove the "middle" mode
Marc-André Lureau
1
-12
/
+3
2016-09-19
monitor: remove mhandler.cmd_new
Marc-André Lureau
4
-173
/
+170
2016-09-19
monitor: implement 'qmp_query_commands' without qmp_cmds
Marc-André Lureau
1
-11
/
+18
2016-09-19
monitor: use qmp_find_command() (using generated qapi code)
Marc-André Lureau
5
-160
/
+11
2016-09-19
qapi: export the marshallers
Marc-André Lureau
1
-6
/
+2
2016-09-19
qmp: Hack to keep commands configuration-specific
Marc-André Lureau
1
-0
/
+35
2016-09-19
qapi: Support unregistering QMP commands
Markus Armbruster
2
-0
/
+9
2016-09-19
monitor: register gen:false commands manually
Marc-André Lureau
1
-0
/
+13
2016-09-19
monitor: simplify invalid_qmp_mode()
Marc-André Lureau
1
-5
/
+5
2016-09-19
qapi-schema: add 'device_add'
Marc-André Lureau
1
-0
/
+40
2016-09-19
qapi-schema: use generated marshaller for 'qmp_capabilities'
Marc-André Lureau
3
-3
/
+24
2016-09-19
build-sys: define QEMU_VERSION_{MAJOR, MINOR, MICRO}
Marc-André Lureau
2
-13
/
+9
2016-09-19
crypto: add trace points for TLS cert verification
Daniel P. Berrange
2
-2
/
+9
2016-09-19
crypto: support more hash algorithms for pbkdf
Daniel P. Berrange
3
-11
/
+117
2016-09-19
crypto: increase default pbkdf2 time for luks to 2 seconds
Daniel P. Berrange
2
-2
/
+2
[next]