summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-29linux-user: support the KDSIGACCEPT ioctlPaul Burton3-0/+9
2014-06-29linux-user: allow NULL tv argument for settimeofdayPaul Burton1-4/+8
2014-06-29linux-user: respect timezone for settimeofdayPaul Burton2-1/+33
2014-06-29linux-user: fix struct target_epoll_event layout for MIPSPaul Burton1-1/+1
2014-06-29linux-user: support strace of epoll_create1Paul Burton1-0/+3
2014-06-29linux-user: allow NULL arguments to mountPaul Burton1-22/+53
2014-06-29linux-user: support SO_PASSSEC setsockopt optionPaul Burton2-0/+8
2014-06-29linux-user: support SO_{SND, RCV}BUFFORCE setsockopt optionsPaul Burton1-0/+6
2014-06-29linux-user: support SO_ACCEPTCONN getsockopt optionPaul Burton1-0/+3
2014-06-29linux-user: translate the result of getsockopt SO_TYPEPaul Burton1-0/+34
2014-06-29linux-user: added fake open() for /proc/self/cmdlineWim Vander Schelden1-0/+46
2014-06-29Add support for MAP_NORESERVE mmap flag.Christophe Lyon1-0/+2
2014-06-29Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140627' into stagingPeter Maydell8-179/+837
2014-06-29tcg/ppc: Fix support for 64-bit PPC MacOSX hostsPeter Maydell1-3/+3
2014-06-27tcg/ppc: Fix failure in tcg_out_mem_longRichard Henderson1-1/+4
2014-06-27pc-bios/s390-ccw: update binaryJens Freimann1-0/+0
2014-06-27pc-bios/s390-ccw: IPL from LDL/CMS-formatted ECKD DASDEugene (jno) Dvurechenski2-7/+92
2014-06-27pc-bios/s390-ccw: IPL from CDL-formatted ECKD DASDEugene (jno) Dvurechenski1-0/+168
2014-06-27pc-bios/s390-ccw: factor out ipl codeEugene (jno) Dvurechenski1-38/+45
2014-06-27pc-bios/s390-ccw: Add fill_hex_val func to provide better msgsEugene (jno) Dvurechenski1-5/+11
2014-06-27pc-bios/s390-ccw: Unify error handlingEugene (jno) Dvurechenski3-66/+31
2014-06-27pc-bios/s390-ccw: add some utility codeEugene (jno) Dvurechenski2-14/+84
2014-06-27pc-bios/s390-ccw: handle different sector sizesEugene (jno) Dvurechenski4-11/+147
2014-06-27pc-bios/s390-ccw: cleanup and enhance bootmap defintionsEugene (jno) Dvurechenski2-51/+269
2014-06-27pc-bios/s390-ccw: make checkpatch happyEugene (jno) Dvurechenski5-43/+46
2014-06-26coroutine-win32.c: Add noinline attribute to work around gcc bugPeter Maydell1-2/+11
2014-06-26Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.1' into sta...Peter Maydell6-241/+357
2014-06-26qemu-char: initialize chr_write_lockPaolo Bonzini1-0/+1
2014-06-26qemu-char: fix warning 'res' may be used uninitializedIgor Mammedov1-1/+1
2014-06-25target-i386: Broadwell CPU modelEduardo Habkost1-0/+34
2014-06-25target-i386: Fix indentation of CPU model definitionsEduardo Habkost1-102/+102
2014-06-25target-i386: Support "invariant tsc" flagMarcelo Tosatti2-0/+29
2014-06-25target-i386: block migration and savevm if invariant tsc is exposedMarcelo Tosatti3-2/+17
2014-06-25savevm: check vmsd for migratability statusMarcelo Tosatti1-4/+1
2014-06-25target-i386: Set migratable=yes by default on "host" CPU mooelEduardo Habkost1-1/+1
2014-06-25target-i386: Add "migratable" property to "host" CPU modelEduardo Habkost2-9/+55
2014-06-25target-i386: Support check/enforce flags in TCG mode, tooEduardo Habkost1-18/+18
2014-06-25target-i386: Loop-based feature word filtering in TCG modeEduardo Habkost1-8/+13
2014-06-25target-i386: Loop-based copying and setting/unsetting of feature wordsEduardo Habkost1-25/+10
2014-06-25target-i386: Define TCG_*_FEATURES earlier in cpu.cEduardo Habkost1-55/+56
2014-06-25target-i386: Filter KVM and 0xC0000001 features on TCGEduardo Habkost1-0/+4
2014-06-25target-i386: Filter FEAT_7_0_EBX TCG features tooEduardo Habkost1-1/+2
2014-06-25target-i386: Make TCG feature filtering more readableEduardo Habkost1-6/+10
2014-06-25target-i386: Isolate KVM-specific code on CPU feature filtering logicEduardo Habkost1-9/+13
2014-06-25target-i386: Pass FeatureWord argument to report_unavailable_features()Eduardo Habkost1-2/+3
2014-06-25target-i386: Merge feature filtering/checking functionsEduardo Habkost1-34/+20
2014-06-25target-i386: Simplify reporting of unavailable featuresEduardo Habkost1-10/+7
2014-06-25target-i386: kvm: Don't enable MONITOR by default on any CPU modelEduardo Habkost1-0/+7
2014-06-24Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-24' in...Peter Maydell23-115/+43
2014-06-24Add support for the arm breakpoint syscallHunter Laux2-0/+5