aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-21linux-user: SIGSEGV from sigreturn need not be fatalPeter Maydell
2016-09-21linux-user: ARM: Give SIGSEGV if signal frame setup failsPeter Maydell
2016-09-21linux-user: SIGSEGV on signal entry need not be fatalPeter Maydell
2016-09-21linux-user: Pass si_type information to queue_signal() explicitlyPeter Maydell
2016-09-21linux-user: Recheck for pending synchronous signals tooPeter Maydell
2016-09-21linux-user: ppc64: set MSR_CM bit for BookE 2.06 MMUMichael Walle
2016-09-21linux-user: Use correct target SHMLBA in shmat()Peter Maydell
2016-09-21linux-user: Use glib malloc functions in load_symbols()Peter Maydell
2016-09-21linux-user: Check dump_write() return in elf_core_dump()Peter Maydell
2016-09-21linux-user: Fix error handling in flatload.c target_pread()Peter Maydell
2016-09-21linux-user: Fix incorrect use of host errno in do_ioctl_dm()Peter Maydell
2016-09-21linux-user: Check lock_user() return value for NULLPeter Maydell
2016-09-21linux-user: Pass missing MAP_ANONYMOUS to target_mmap() callPeter Maydell
2016-09-21linux-user: report signals being taken in strace outputPeter Maydell
2016-09-21linux-user: Range check the nfds argument to ppoll syscallPeter Maydell
2016-09-21linux-user: Check for bad event numbers in epoll_waitPeter Maydell
2016-09-21linux-user: Use direct syscall for utimensatPeter Maydell
2016-09-21linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsPeter Maydell
2016-09-21linux-user: Allow bad msg_name for recvfrom on connected socketPeter Maydell
2016-09-21linux-user: Fix errno for sendrecvmsg with large iovec lengthPeter Maydell
2016-09-21linux-user: Fix handling of iovec countsPeter Maydell
2016-09-20build-sys: fix make install regressionRiku Voipio
2016-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2016-09-19linux-user-i386: Fix crash on cpuidMarc-André Lureau
2016-09-19kvm/apic: drop debuggingMichael S. Tsirkin
2016-09-19target-i386: Use struct X86XSaveArea in fpu_helper.cRichard Henderson
2016-09-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-09-19' into ...Peter Maydell
2016-09-19Replace qmp-commands.hx by docs/qmp-commands.txtMarc-André Lureau
2016-09-19Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-09-19-2...Peter Maydell
2016-09-19qmp-commands.hx: fix some stylingMarc-André Lureau
2016-09-19build-sys: remove qmp-commands-old.hMarc-André Lureau
2016-09-19monitor: use qmp_dispatch()Marc-André Lureau
2016-09-19tests: add a test to check invalid argsMarc-André Lureau
2016-09-19qapi: check invalid arguments on no-args commandsMarc-André Lureau
2016-09-19qapi: remove the "middle" modeMarc-André Lureau
2016-09-19monitor: remove mhandler.cmd_newMarc-André Lureau
2016-09-19monitor: implement 'qmp_query_commands' without qmp_cmdsMarc-André Lureau
2016-09-19monitor: use qmp_find_command() (using generated qapi code)Marc-André Lureau
2016-09-19qapi: export the marshallersMarc-André Lureau
2016-09-19qmp: Hack to keep commands configuration-specificMarc-André Lureau
2016-09-19qapi: Support unregistering QMP commandsMarkus Armbruster
2016-09-19monitor: register gen:false commands manuallyMarc-André Lureau
2016-09-19monitor: simplify invalid_qmp_mode()Marc-André Lureau
2016-09-19qapi-schema: add 'device_add'Marc-André Lureau
2016-09-19qapi-schema: use generated marshaller for 'qmp_capabilities'Marc-André Lureau
2016-09-19build-sys: define QEMU_VERSION_{MAJOR, MINOR, MICRO}Marc-André Lureau
2016-09-19crypto: add trace points for TLS cert verificationDaniel P. Berrange
2016-09-19crypto: support more hash algorithms for pbkdfDaniel P. Berrange
2016-09-19crypto: increase default pbkdf2 time for luks to 2 secondsDaniel P. Berrange
2016-09-19crypto: remove bogus /= 2 for pbkdf iterationsDaniel P. Berrange