aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-22linux-user: fix readlink handling with magic exe symlinkMike Frysinger1-2/+13
2014-08-22linux-user: Fix conversion of sigevent argument to timer_createPeter Maydell1-8/+30
2014-08-22linux-user: Fix syscall instruction usermode emulation on X86_64Jincheng Miao2-3/+2
2014-08-22linux-user: redirect openat callsRiku Voipio1-14/+9
2014-08-22linux-user: /proc/self/maps contentMikhail Ilyin2-15/+12
2014-08-21Merge remote-tracking branch 'remotes/otubo/seccomp' into stagingPeter Maydell1-1/+2
2014-08-21seccomp: add semctl() to the syscall whitelistPaul Moore1-1/+2
2014-08-20Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140819'...Peter Maydell19-88/+563
2014-08-19Revert "memory: Use canonical path component as the name"Peter Maydell2-1/+4
2014-08-19arm: stellaris: Remove misleading address_space_mem varPeter Crosthwaite1-2/+1
2014-08-19arm: armv7m: Rename address_space_mem -> system_memoryPeter Crosthwaite2-5/+5
2014-08-19aarch64: Allow -kernel option to take a gzip-compressed kernel.Richard W.M. Jones1-0/+7
2014-08-19loader: Add load_image_gzipped function.Richard W.M. Jones2-0/+49
2014-08-19arm: cortex-a9: Fix cache-line size and associativityPeter Crosthwaite1-2/+2
2014-08-19arm/virt: Use PSCI v0.2 function IDs in the DT when KVM uses PSCI v0.2Christoffer Dall2-5/+53
2014-08-19target-arm: Rename QEMU PSCI v0.1 definitionsChristoffer Dall2-15/+15
2014-08-19target-arm: Implement MDSCR_EL1 as having statePeter Maydell1-1/+3
2014-08-19target-arm: Implement ARMv8 single-stepping for AArch32 codePeter Maydell2-2/+95
2014-08-19target-arm: Implement ARMv8 single-step handling for A64 codePeter Maydell6-5/+131
2014-08-19target-arm: A64: Avoid duplicate exit_tb(0) in non-linked goto_tbPeter Maydell1-2/+3
2014-08-19target-arm: Set PSTATE.SS correctly on exception return from AArch64Peter Maydell2-0/+81
2014-08-19target-arm: Correctly handle PSTATE.SS when taking exception to AArch32Peter Maydell1-0/+4
2014-08-19target-arm: Don't allow AArch32 to access RES0 CPSR bitsPeter Maydell3-9/+18
2014-08-19target-arm: Adjust debug ID registers per-CPUPeter Maydell4-7/+31
2014-08-19target-arm: Provide both 32 and 64 bit versions of debug registersPeter Maydell1-14/+20
2014-08-19target-arm: Allow STATE_BOTH reginfo descriptions for more than cp14Peter Maydell1-3/+8
2014-08-19target-arm: Collect up the debug cp register definitionsPeter Maydell1-32/+53
2014-08-19target-arm: Fix return address for A64 BRK instructionsPeter Maydell1-1/+1
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell62-308/+183
2014-08-19Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell4-25/+17
2014-08-18monitor: fix use after freeMichael S. Tsirkin3-6/+7
2014-08-18dump.c: Fix memory leak issue in cleanup processing for dump_init()Chen Gang1-13/+5
2014-08-18monitor: Remove hardcoded watchdog event namesHani Benhabiles1-6/+5
2014-08-18Merge remote-tracking branch 'remotes/amit/for-2.2' into stagingPeter Maydell2-0/+34
2014-08-18virtio-serial: search for duplicate port names before adding new portsAmit Shah1-0/+22
2014-08-18virtio-serial: create a linked list of all active devicesAmit Shah2-0/+12
2014-08-18Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell3-5/+26
2014-08-18Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell33-238/+1991
2014-08-18mtree: remove write-only fieldPaolo Bonzini1-7/+3
2014-08-18memory: Use canonical path component as the namePeter Crosthwaite2-4/+1
2014-08-18memory: Use memory_region_name for name accessPeter Crosthwaite1-4/+4
2014-08-18memory: constify memory_region_namePeter Crosthwaite2-2/+2
2014-08-18exec: Abstract away ref to memory region namesPeter Crosthwaite1-2/+2
2014-08-18loader: Abstract away ref to memory region namesPeter Crosthwaite1-1/+1
2014-08-18tpm_tis: remove instance_finalize callbackPaolo Bonzini1-8/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini42-193/+0
2014-08-18memory: convert memory_region_destroy to object_unparentPaolo Bonzini9-14/+18
2014-08-17ioport: split deletion and destructionPaolo Bonzini1-3/+8
2014-08-17nic: do not destroy memory regions in cleanup functionsPaolo Bonzini2-6/+0
2014-08-17vga: do not dynamically allocate chain4_aliasPaolo Bonzini2-15/+12