aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-21linux-user: Implement force_sigsegv() via force_sig()Peter Maydell1-15/+2
2016-09-21linux-user: SIGSEGV from sigreturn need not be fatalPeter Maydell1-27/+54
2016-09-21linux-user: ARM: Give SIGSEGV if signal frame setup failsPeter Maydell1-6/+17
2016-09-21linux-user: SIGSEGV on signal entry need not be fatalPeter Maydell1-38/+49
2016-09-21linux-user: Pass si_type information to queue_signal() explicitlyPeter Maydell4-72/+71
2016-09-21linux-user: Recheck for pending synchronous signals tooPeter Maydell1-2/+5
2016-09-21linux-user: ppc64: set MSR_CM bit for BookE 2.06 MMUMichael Walle1-2/+3
2016-09-21linux-user: Use correct target SHMLBA in shmat()Peter Maydell6-6/+83
2016-09-21linux-user: Use glib malloc functions in load_symbols()Peter Maydell1-7/+7
2016-09-21linux-user: Check dump_write() return in elf_core_dump()Peter Maydell1-1/+3
2016-09-21linux-user: Fix error handling in flatload.c target_pread()Peter Maydell1-0/+6
2016-09-21linux-user: Fix incorrect use of host errno in do_ioctl_dm()Peter Maydell1-1/+1
2016-09-21linux-user: Check lock_user() return value for NULLPeter Maydell1-0/+9
2016-09-21linux-user: Pass missing MAP_ANONYMOUS to target_mmap() callPeter Maydell1-1/+1
2016-09-21linux-user: report signals being taken in strace outputPeter Maydell3-0/+120
2016-09-21linux-user: Range check the nfds argument to ppoll syscallPeter Maydell1-0/+5
2016-09-21linux-user: Check for bad event numbers in epoll_waitPeter Maydell2-0/+8
2016-09-21linux-user: Use direct syscall for utimensatPeter Maydell1-10/+1
2016-09-21linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctlsPeter Maydell2-0/+9
2016-09-21linux-user: Allow bad msg_name for recvfrom on connected socketPeter Maydell1-2/+9
2016-09-21linux-user: Fix errno for sendrecvmsg with large iovec lengthPeter Maydell1-0/+9
2016-09-21linux-user: Fix handling of iovec countsPeter Maydell1-4/+4
2016-09-20build-sys: fix make install regressionRiku Voipio1-1/+1
2016-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell5-59/+72
2016-09-19linux-user-i386: Fix crash on cpuidMarc-André Lureau1-0/+5
2016-09-19kvm/apic: drop debuggingMichael S. Tsirkin1-1/+0
2016-09-19target-i386: Use struct X86XSaveArea in fpu_helper.cRichard Henderson3-58/+67
2016-09-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-09-19' into ...Peter Maydell20-1869/+458
2016-09-19Replace qmp-commands.hx by docs/qmp-commands.txtMarc-André Lureau6-1175/+4
2016-09-19Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-09-19-2...Peter Maydell11-62/+238
2016-09-19qmp-commands.hx: fix some stylingMarc-André Lureau1-16/+18
2016-09-19build-sys: remove qmp-commands-old.hMarc-André Lureau1-5/+2
2016-09-19monitor: use qmp_dispatch()Marc-André Lureau2-293/+34
2016-09-19tests: add a test to check invalid argsMarc-André Lureau1-0/+21
2016-09-19qapi: check invalid arguments on no-args commandsMarc-André Lureau2-15/+58
2016-09-19qapi: remove the "middle" modeMarc-André Lureau1-12/+3
2016-09-19monitor: remove mhandler.cmd_newMarc-André Lureau4-173/+170
2016-09-19monitor: implement 'qmp_query_commands' without qmp_cmdsMarc-André Lureau1-11/+18
2016-09-19monitor: use qmp_find_command() (using generated qapi code)Marc-André Lureau5-160/+11
2016-09-19qapi: export the marshallersMarc-André Lureau1-6/+2
2016-09-19qmp: Hack to keep commands configuration-specificMarc-André Lureau1-0/+35
2016-09-19qapi: Support unregistering QMP commandsMarkus Armbruster2-0/+9
2016-09-19monitor: register gen:false commands manuallyMarc-André Lureau1-0/+13
2016-09-19monitor: simplify invalid_qmp_mode()Marc-André Lureau1-5/+5
2016-09-19qapi-schema: add 'device_add'Marc-André Lureau1-0/+40
2016-09-19qapi-schema: use generated marshaller for 'qmp_capabilities'Marc-André Lureau3-3/+24
2016-09-19build-sys: define QEMU_VERSION_{MAJOR, MINOR, MICRO}Marc-André Lureau2-13/+9
2016-09-19crypto: add trace points for TLS cert verificationDaniel P. Berrange2-2/+9
2016-09-19crypto: support more hash algorithms for pbkdfDaniel P. Berrange3-11/+117
2016-09-19crypto: increase default pbkdf2 time for luks to 2 secondsDaniel P. Berrange2-2/+2