summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-18Update ipxe submodule to latest masterGerd Hoffmann1-0/+0
2013-03-18Add Makefile rules to build nic rom binariesGerd Hoffmann1-0/+21
2013-03-17s390: Fix cpu refactoring fallout.Cornelia Huck1-2/+1
2013-03-17Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl14-78/+2234
2013-03-17target-mips: fix rndrashift_short_acc and code for EXTR_ instructionsPetar Jovanovic4-14/+101
2013-03-15xilinx_spips: QOM styling fixesPeter Crosthwaite1-13/+16
2013-03-15xilinx_spips: Add missing dual-bus snoop commandsNathan Rossi1-6/+23
2013-03-15xilinx_spips: Fix bus setup conditional checkNathan Rossi1-2/+2
2013-03-15xilinx_spips: Set unused IRQs to NULLPeter Crosthwaite1-1/+1
2013-03-15xilinx_zynq: added pl330 to machine modelPeter Crosthwaite1-0/+24
2013-03-15pl330: Initial versionPeter Crosthwaite3-0/+1656
2013-03-15iov: Factor out hexdumperPeter Crosthwaite4-25/+55
2013-03-15hw/vexpress: Set reset values for daughterboard oscillatorsPeter Maydell1-0/+32
2013-03-15hw/arm_sysctl: Implement SYS_CFG_OSC functionPeter Maydell1-1/+56
2013-03-15hw/vexpress: Pass voltage sensor properties to sysctl devicePeter Maydell1-0/+30
2013-03-15hw/arm_sysctl: Implement SYS_CFG_VOLTPeter Maydell1-0/+26
2013-03-15qdev: Implement (variable length) array propertiesPeter Maydell3-0/+146
2013-03-15hw/arm_sysctl: Convert from qdev init to instance_initPeter Maydell1-8/+8
2013-03-15hw/arm_sysctl: Implement SYS_CFG_DVIMODE as a no-opPeter Maydell1-0/+8
2013-03-15hw/arm_sysctl: Implement SYS_CFG_MUXFPGA writes as a no-opPeter Maydell1-0/+11
2013-03-15hw/arm_sysctl: Handle SYS_CFGCTRL in a more structured wayPeter Maydell1-11/+132
2013-03-15hw/vexpress: Pass proc_id via VEDBoardInfoPeter Maydell1-11/+8
2013-03-15Fix TAGS creationDavid Gibson1-1/+2
2013-03-15Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori49-233/+702
2013-03-15Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into stagingAnthony Liguori2-1/+62
2013-03-15blockdev: Fix up copyright and permission noticeMarkus Armbruster1-0/+23
2013-03-15qemu-iotests: use -nographic in test case 007Stefan Hajnoczi1-4/+3
2013-03-15qemu-iotests: add tests for rebasing zero clustersPaolo Bonzini3-0/+93
2013-03-15dataplane: fix hang introduced by AioContext transitionPaolo Bonzini1-2/+15
2013-03-15coroutine: use AioContext for CoQueue BHStefan Hajnoczi2-17/+39
2013-03-15threadpool: drop global thread poolStefan Hajnoczi5-46/+43
2013-03-15block: add bdrv_get_aio_context()Stefan Hajnoczi2-0/+13
2013-03-15aio: add a ThreadPool instance to AioContextStefan Hajnoczi2-0/+17
2013-03-15threadpool: add thread_pool_new() and thread_pool_free()Stefan Hajnoczi2-4/+53
2013-03-15threadpool: move globals into struct ThreadPoolStefan Hajnoczi2-82/+112
2013-03-15main-loop: add qemu_get_aio_context()Stefan Hajnoczi2-0/+10
2013-03-15sheepdog: set io_flush handler in do_co_reqMORITA Kazutaka1-2/+11
2013-03-15sheepdog: use non-blocking fd in coroutine contextMORITA Kazutaka1-4/+2
2013-03-15qcow2: make is_allocated return true for zero clustersPaolo Bonzini2-5/+4
2013-03-15qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi1-4/+0
2013-03-15qcow2: drop flush in update_cluster_refcount()Stefan Hajnoczi1-2/+0
2013-03-15qcow2: flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi2-6/+1
2013-03-15qcow2: set L2 cache dependency in qcow2_alloc_bytes()Stefan Hajnoczi1-1/+5
2013-03-15qcow2: flush refcount cache correctly in qcow2_write_snapshots()Stefan Hajnoczi1-1/+4
2013-03-15qcow2: flush refcount cache correctly in alloc_refcount_block()Stefan Hajnoczi1-2/+8
2013-03-15qcow2: Allow lazy refcounts to be enabled on the command lineKevin Wolf3-1/+39
2013-03-15block: Support driver specific options in drive_init()Kevin Wolf1-10/+59
2013-03-15blockdev: Keep a copy of DriveInfo.serialKevin Wolf2-2/+5
2013-03-15qemu-option: Add qemu_opts_absorb_qdict()Kevin Wolf2-0/+35
2013-03-15block: Add options QDict to bdrv_open_common()Kevin Wolf1-6/+26