aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-28libcacard: introduce new vcard_emul_logoutRay Strode2-4/+13
2014-10-27Revert "main-loop.c: Handle SIGINT, SIGHUP and SIGTERM synchronously"Jan Kiszka1-3/+5
2014-10-27Make qemu_shutdown_requested signal-safeJan Kiszka1-3/+1
2014-10-24MAINTAINERS: add myself under 'general project admin' sectionPeter Maydell1-0/+1
2014-10-24MAINTAINERS: add myself as MIPS guest cores co-maintainerLeon Alrae1-1/+2
2014-10-24target-mips: add ULL suffix in bitswap to avoid compiler warningLeon Alrae1-6/+6
2014-10-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141024'...Peter Maydell39-591/+1395
2014-10-24target-arm: A32: Emulate the SMC instructionFabian Aggeler2-2/+12
2014-10-24target-arm: make arm_current_el() return EL3Fabian Aggeler1-9/+20
2014-10-24target-arm: rename arm_current_pl to arm_current_elGreg Bellows8-47/+50
2014-10-24target-arm: reject switching to monitor modeSergey Fedorov1-0/+2
2014-10-24target-arm: add arm_is_secure() functionFabian Aggeler1-0/+47
2014-10-24target-arm: increase arrays of registers R13 & R14Fabian Aggeler2-4/+4
2014-10-24target-arm: correctly UNDEF writes to FPINST/FPINST2 from EL0Peter Maydell1-0/+3
2014-10-24target-arm: Report a valid L1Ip field in CTR_EL0 for CPU type "any"Peter Maydell1-1/+1
2014-10-24target-arm: Correct sense of the DCZID DZP bitPeter Maydell2-3/+3
2014-10-24arm/virt: enable PSCI emulation support for system emulationRob Herring1-44/+38
2014-10-24target-arm: add emulation of PSCI calls for system emulationRob Herring9-3/+301
2014-10-24target-arm: Add support for A32 and T32 HVC and SMC insnsPeter Maydell3-11/+104
2014-10-24target-arm: Handle SMC/HVC undef-if-no-ELx in pre_* helpersPeter Maydell2-9/+12
2014-10-24target-arm: add missing PSCI constants needed for PSCI emulationArd Biesheuvel1-0/+40
2014-10-24target-arm: do not set do_interrupt handlers for ARM and AArch64 user modesRob Herring4-6/+6
2014-10-24target-arm: add powered off cpu stateRob Herring3-3/+12
2014-10-24omap_gpmc.c: Remove duplicate assignmentDr. David Alan Gilbert1-2/+0
2014-10-24disas/libvixl/a64/instructions-a64.h: Remove unused constantsChen Gang1-24/+0
2014-10-24arm_gic: remove unused parameter.KONRAD Frederic3-4/+4
2014-10-24disas/libvixl: Update to libvixl 1.6Peter Maydell12-332/+715
2014-10-24hw/arm/boot: register cpu reset handlers if using -biosArd Biesheuvel1-5/+12
2014-10-24hw/arm/virt: mark timer in fdt as v8-compatibleClaudio Fontana1-3/+12
2014-10-24hmp: Remove "info pcmcia"Markus Armbruster6-82/+0
2014-10-24Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell35-306/+1148
2014-10-23Merge remote-tracking branch 'mreitz/block' into queue-blockKevin Wolf2-12/+35
2014-10-23qemu-img: Print error if check failedMax Reitz1-7/+14
2014-10-23Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into st...Peter Maydell6-218/+216
2014-10-23block: char devices on FreeBSD are not behind a pagerRoger Pau Monne1-5/+21
2014-10-23iotests: Add test for qcow2 L1 table updateMax Reitz3-0/+72
2014-10-23qcow2: Do not overflow when writing an L1 sectorMax Reitz1-2/+4
2014-10-23iotests: Add test for map commandsMax Reitz3-0/+75
2014-10-23qemu-io: Respect early image end for mapMax Reitz1-1/+4
2014-10-23block: Respect underlying file's EOFMax Reitz1-2/+13
2014-10-23docs/qcow2: Limit refcount_order to [0, 6]Max Reitz1-0/+1
2014-10-23docs/qcow2: Correct refcount_block_entriesMax Reitz1-1/+1
2014-10-23qcow2: Drop REFCOUNT_SHIFTMax Reitz3-21/+15
2014-10-23iotests: Add test for potentially damaging repairsMax Reitz3-0/+252
2014-10-23iotests: Fix test outputsMax Reitz3-10/+28
2014-10-23qcow2: Clean up after refcount rebuildMax Reitz1-0/+45
2014-10-23qcow2: Rebuild refcount structure during checkMax Reitz1-6/+305
2014-10-23qcow2: Do not perform potentially damaging repairsMax Reitz1-161/+27
2014-10-23qcow2: Fix refcount blocks beyond image endMax Reitz1-4/+63
2014-10-23qcow2: Reuse refcount table in calculate_refcounts()Max Reitz1-5/+7