aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-29linux-user: support SO_ACCEPTCONN getsockopt optionPaul Burton
2014-06-29linux-user: translate the result of getsockopt SO_TYPEPaul Burton
2014-06-29linux-user: added fake open() for /proc/self/cmdlineWim Vander Schelden
2014-06-29Add support for MAP_NORESERVE mmap flag.Christophe Lyon
2014-06-29Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140627' into stagingPeter Maydell
2014-06-29tcg/ppc: Fix support for 64-bit PPC MacOSX hostsPeter Maydell
2014-06-27tcg/ppc: Fix failure in tcg_out_mem_longRichard Henderson
2014-06-27pc-bios/s390-ccw: update binaryJens Freimann
2014-06-27pc-bios/s390-ccw: IPL from LDL/CMS-formatted ECKD DASDEugene (jno) Dvurechenski
2014-06-27pc-bios/s390-ccw: IPL from CDL-formatted ECKD DASDEugene (jno) Dvurechenski
2014-06-27pc-bios/s390-ccw: factor out ipl codeEugene (jno) Dvurechenski
2014-06-27pc-bios/s390-ccw: Add fill_hex_val func to provide better msgsEugene (jno) Dvurechenski
2014-06-27pc-bios/s390-ccw: Unify error handlingEugene (jno) Dvurechenski
2014-06-27pc-bios/s390-ccw: add some utility codeEugene (jno) Dvurechenski
2014-06-27pc-bios/s390-ccw: handle different sector sizesEugene (jno) Dvurechenski
2014-06-27pc-bios/s390-ccw: cleanup and enhance bootmap defintionsEugene (jno) Dvurechenski
2014-06-27pc-bios/s390-ccw: make checkpatch happyEugene (jno) Dvurechenski
2014-06-26coroutine-win32.c: Add noinline attribute to work around gcc bugPeter Maydell
2014-06-26Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.1' into sta...Peter Maydell
2014-06-26qemu-char: initialize chr_write_lockPaolo Bonzini
2014-06-26qemu-char: fix warning 'res' may be used uninitializedIgor Mammedov
2014-06-25target-i386: Broadwell CPU modelEduardo Habkost
2014-06-25target-i386: Fix indentation of CPU model definitionsEduardo Habkost
2014-06-25target-i386: Support "invariant tsc" flagMarcelo Tosatti
2014-06-25target-i386: block migration and savevm if invariant tsc is exposedMarcelo Tosatti
2014-06-25savevm: check vmsd for migratability statusMarcelo Tosatti
2014-06-25target-i386: Set migratable=yes by default on "host" CPU mooelEduardo Habkost
2014-06-25target-i386: Add "migratable" property to "host" CPU modelEduardo Habkost
2014-06-25target-i386: Support check/enforce flags in TCG mode, tooEduardo Habkost
2014-06-25target-i386: Loop-based feature word filtering in TCG modeEduardo Habkost
2014-06-25target-i386: Loop-based copying and setting/unsetting of feature wordsEduardo Habkost
2014-06-25target-i386: Define TCG_*_FEATURES earlier in cpu.cEduardo Habkost
2014-06-25target-i386: Filter KVM and 0xC0000001 features on TCGEduardo Habkost
2014-06-25target-i386: Filter FEAT_7_0_EBX TCG features tooEduardo Habkost
2014-06-25target-i386: Make TCG feature filtering more readableEduardo Habkost
2014-06-25target-i386: Isolate KVM-specific code on CPU feature filtering logicEduardo Habkost
2014-06-25target-i386: Pass FeatureWord argument to report_unavailable_features()Eduardo Habkost
2014-06-25target-i386: Merge feature filtering/checking functionsEduardo Habkost
2014-06-25target-i386: Simplify reporting of unavailable featuresEduardo Habkost
2014-06-25target-i386: kvm: Don't enable MONITOR by default on any CPU modelEduardo Habkost
2014-06-24Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-24' in...Peter Maydell
2014-06-24Add support for the arm breakpoint syscallHunter Laux
2014-06-24Increase maximum number of session of the internal TFTP server.Bernhard Übelacker
2014-06-24target-s390x: Remove unused ld_code6() functionPeter Maydell
2014-06-24hw/moxie/moxiesim.c: Remove unused moxie_intc_create()Peter Maydell
2014-06-24target-unicore: Remove unused functionsPeter Maydell
2014-06-24build-sys: introduce install-prog macro to install&strip binaries and use itMichael Tokarev
2014-06-24tcg: mark tcg_out* and tcg_patch* with attribute 'unused'Peter Maydell
2014-06-24rng-random: NULL check not needed before g_free()Eduardo Habkost
2014-06-24block.c: Remove useless 'buf' variableChen Gang