aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-27linux-user: Use safe_syscall for pselect, select syscallsPeter Maydell1-17/+19
2016-05-27linux-user: Use safe_syscall for execve syscallTimothy E Baldwin1-1/+12
2016-05-27linux-user: Use safe_syscall for wait system callsTimothy E Baldwin1-3/+7
2016-05-27linux-user: Use safe_syscall for open and openat system callsTimothy E Baldwin1-14/+4
2016-05-27linux-user: Use safe_syscall for read and write system callsTimothy E Baldwin1-2/+5
2016-05-27linux-user: Provide safe_syscall for fixing races between signals and syscallsTimothy E Baldwin9-3/+360
2016-05-27linux-user: Add debug code to exercise restarting system callsTimothy E Baldwin1-0/+19
2016-05-27linux-user: Support for restarting system calls for Microblaze targetsTimothy E Baldwin3-2/+8
2016-05-27linux-user: Set r14 on exit from microblaze syscallPeter Maydell1-0/+7
2016-05-27linux-user: Support for restarting system calls for tilegx targetsPeter Maydell3-9/+15
2016-05-27linux-user: Support for restarting system calls for CRIS targetsTimothy E Baldwin3-2/+7
2016-05-27linux-user: Support for restarting system calls for S390 targetsTimothy E Baldwin3-5/+12
2016-05-27linux-user: Support for restarting system calls for M68K targetsTimothy E Baldwin3-21/+24
2016-05-27linux-user: Support for restarting system calls for OpenRISC targetsTimothy E Baldwin2-8/+15
2016-05-27linux-user: Support for restarting system calls for UniCore32 targetsTimothy E Baldwin1-1/+6
2016-05-27linux-user: Support for restarting system calls for Alpha targetsTimothy E Baldwin3-4/+8
2016-05-27linux-user: Support for restarting system calls for SH4 targetsTimothy E Baldwin3-11/+12
2016-05-27linux-user: Support for restarting system calls for SPARC targetsTimothy E Baldwin4-1/+6
2016-05-27linux-user: Support for restarting system calls for PPC targetsTimothy E Baldwin2-0/+5
2016-05-27linux-user: Support for restarting system calls for MIPS targetsTimothy E Baldwin3-0/+6
2016-05-27linux-user: Support for restarting system calls for ARM targetsTimothy E Baldwin3-23/+36
2016-05-27linux-user: Support for restarting system calls for x86 targetsTimothy E Baldwin3-28/+36
2016-05-27linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specificTimothy E Baldwin4-10/+9
2016-05-27linux-user: Define TARGET_ERESTART* errno valuesTimothy E Baldwin1-0/+8
2016-05-27linux-user: Reindent signal handlingTimothy E Baldwin1-752/+791
2016-05-27linux-user: Consistently return host errnos from do_openat()Peter Maydell1-4/+10
2016-05-27linux-user: Check array bounds in errno conversionTimothy E Baldwin1-2/+6
2016-05-24Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell13-300/+401
2016-05-24Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' in...Peter Maydell14-134/+140
2016-05-24Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-2.7-1' into st...Peter Maydell3-12/+12
2016-05-24Merge remote-tracking branch 'remotes/xtensa/tags/20160523-opencores_eth' int...Peter Maydell1-18/+26
2016-05-23target-i386: kvm: Eliminate kvm_msr_entry_set()Eduardo Habkost1-9/+3
2016-05-23target-i386: kvm: Simplify MSR setting functionsEduardo Habkost1-21/+6
2016-05-23target-i386: kvm: Simplify MSR array constructionEduardo Habkost1-151/+140
2016-05-23target-i386: kvm: Increase MSR_BUF_SIZEEduardo Habkost1-2/+3
2016-05-23target-i386: kvm: Allocate kvm_msrs struct once per VCPUEduardo Habkost2-18/+23
2016-05-23target-i386: Call cpu_exec_init() on realizeEduardo Habkost1-1/+2
2016-05-23target-i386: Move TCG initialization to realize timeEduardo Habkost1-5/+4
2016-05-23target-i386: Move TCG initialization check to tcg_x86_init()Eduardo Habkost2-3/+7
2016-05-23cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost7-27/+0
2016-05-23target-i386: Set constant model_id for qemu64/qemu32/athlonEduardo Habkost1-20/+3
2016-05-23hw/net/opencores_eth: Allocating Large sized arrays to heapZhou Jie1-1/+10
2016-05-23hw/net/opencores_eth: use mii.hMax Filippov1-17/+16
2016-05-23migration: regain control of images when migration fails to completeGreg Kurz1-2/+15
2016-05-23pc: Set CPU model-id on compat_props for pc <= 2.4Eduardo Habkost2-0/+42
2016-05-23osdep: Move default qemu_hw_version() value to a macroEduardo Habkost2-8/+10
2016-05-23target-i386: kvm: Use X86XSaveArea struct for xsave save/loadEduardo Habkost1-40/+38
2016-05-23target-i386: Use xsave structs for ext_save_areaEduardo Habkost1-7/+14
2016-05-23target-i386: Define structs for layout of xsave areaEduardo Habkost2-0/+118
2016-05-23savevm: fail if migration blockers are presentGreg Kurz3-7/+17