aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-27linux-user: Identify Addition Hardware Capabilities for PowerPCTom Musta1-0/+8
2014-06-27target-ppc: Add DFP to Emulated Instructions FlagTom Musta1-1/+1
2014-06-27linux-user: Correct AUXV Cache Line Sizes for PowerPCTom Musta1-2/+3
2014-06-27hw/net/eepro100: Implement read-only bits in MDI registersPeter Maydell1-2/+2
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-27block: add qemu-iotest for resize base during live commitJeff Cody3-0/+118
2014-06-27block: check for RESIZE blocker in the QMP command, not bdrv_truncate()Jeff Cody2-3/+6
2014-06-27net: move queue number into NICPeersJiri Pirko4-6/+5
2014-06-27net: L2TPv3 transportAnton Ivanov6-0/+908
2014-06-27qemu-bridge-helper: Fix fd leak in main()Gonglei1-2/+7
2014-06-26qemu_opts_append: Play nicely with QemuOptsList's headMichal Privoznik1-1/+10
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-26block: Remove a special case for protocolsKevin Wolf1-16/+2
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf9-0/+29
2014-06-26block: Remove second bdrv_open() recursionKevin Wolf1-25/+25
2014-06-26block: Inline bdrv_file_open()Kevin Wolf1-40/+11
2014-06-26block: Use common driver selection code for bdrv_open_file()Kevin Wolf1-37/+30
2014-06-26block: Always pass driver name through options QDictKevin Wolf3-37/+45
2014-06-26block: Move json: parsing to bdrv_fill_options()Kevin Wolf1-43/+45
2014-06-26block: Move bdrv_fill_options() call to bdrv_open()Kevin Wolf1-10/+15
2014-06-26block: Create bdrv_fill_options()Kevin Wolf1-43/+69
2014-06-26block/nfs: add knob to set readaheadPeter Lieven1-0/+4
2014-06-26block/nfs: fix url parameter checkingPeter Lieven1-6/+12
2014-06-26qemu-iotests: Test 0-length image for mirrorFam Zheng2-5/+10
2014-06-26qemu-iotests: Test BLOCK_JOB_READY event for 0Kb image active commitFam Zheng2-5/+11
2014-06-26mirror: Go through ready -> complete process for 0 len imageFam Zheng1-1/+10
2014-06-26qemu-char: fix warning 'res' may be used uninitializedIgor Mammedov1-1/+1
2014-06-26blockjob: Add block_job_yield()Fam Zheng2-0/+22
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