summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-16nbd: avoid uninitialized warningsMarc-André Lureau1-12/+9
2013-12-16nbd: finish any pending coroutineMarc-André Lureau1-5/+16
2013-12-16nbd: make nbd_client_session_close() idempotentMarc-André Lureau1-0/+5
2013-12-16nbd: pass export name as init argumentMarc-André Lureau3-13/+14
2013-12-16nbd: don't change socket block during negotiateMarc-André Lureau2-2/+1
2013-12-16Split nbd block client codeMarc-André Lureau4-346/+452
2013-12-16spice-char: implement chardev port eventMarc-André Lureau1-0/+10
2013-12-16char: add qemu_chr_fe_event()Marc-André Lureau2-0/+17
2013-12-16include: add missing config-host.h includeMarc-André Lureau1-0/+2
2013-12-16qmp_change_blockdev() remove unused has_formatMarc-André Lureau3-3/+3
2013-12-16spice-char: remove unused fieldMarc-André Lureau1-1/+0
2013-12-16vscclient: do not add a socket watch if there is not data to sendMarc-André Lureau1-4/+6
2013-12-16spice: flip streaming video mode to off by defaultGerd Hoffmann1-0/+2
2013-12-13Merge remote-tracking branch 'bonzini/virtio' into stagingAnthony Liguori22-334/+413
2013-12-13Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori30-275/+798
2013-12-13Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori5-309/+143
2013-12-13target-microblaze: Use the new qemu_ld/st opcodesRichard Henderson1-104/+35
2013-12-11pc: use macro for HPET typeMichael S. Tsirkin1-1/+1
2013-12-11hpet: fix build with CONFIG_HPET offMichael S. Tsirkin2-7/+9
2013-12-11acpi unit-test: adjust the test data structure for better handlingMarcel Apfelbaum1-23/+32
2013-12-11acpi unit-test: load and check facs tableMarcel Apfelbaum1-0/+18
2013-12-11exec: separate sections and nodes per address spaceMarcel Apfelbaum1-89/+66
2013-12-11memory.c: bugfix - ref counting mismatch in memory_region_findMarcel Apfelbaum1-0/+1
2013-12-11hpet: enable to entitle more irq pins for hpetLiu Ping Fan5-11/+56
2013-12-11hpet: inverse polarity when pin above ISA_NUM_IRQSLiu Ping Fan1-2/+12
2013-12-11pci: fix pci bridge fw pathGerd Hoffmann1-1/+1
2013-12-10Merge remote-tracking branch 'rth/tcg-temp-order' into stagingAnthony Liguori2-22/+21
2013-12-10Merge remote-tracking branch 'stefanha/net-next' into stagingAnthony Liguori10-27/+558
2013-12-10Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20131210' into st...Anthony Liguori24-205/+1926
2013-12-10Merge remote-tracking branch 'kraxel/tags/pull-audio-1' into stagingAnthony Liguori4-7/+8
2013-12-10Merge remote-tracking branch 'alon/libcacard_ccid.4' into stagingAnthony Liguori1-2/+2
2013-12-10Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-0/+1
2013-12-10tcg: Use bitmaps for free temporariesRichard Henderson2-22/+21
2013-12-10target-arm: fix TTBCR write maskingSergey Fedorov1-1/+1
2013-12-10target-arm: Use new qemu_ld/st opcodesRichard Henderson1-31/+25
2013-12-10target-arm: Implement ARMv8 SIMD VMAXNM and VMINNM instructions.Will Newton1-9/+22
2013-12-10target-arm: Implement ARMv8 FP VMAXNM and VMINNM instructions.Will Newton3-0/+80
2013-12-10softfloat: Add minNum() and maxNum() functions to softfloat.Will Newton2-3/+33
2013-12-10softfloat: Remove unused argument from MINMAX macro.Will Newton1-3/+3
2013-12-10target-arm: Implement ARMv8 VSEL instruction.Will Newton1-1/+134
2013-12-10target-arm: Move call to disas_vfp_insn out of disas_coproc_insn.Will Newton1-5/+27
2013-12-10net/cadence_gem: Don't rx packets when no rx buffer availablePeter Crosthwaite1-1/+10
2013-12-10net/cadence_gem: Improve can_receive debug printferyPeter Crosthwaite1-2/+10
2013-12-10net/cadence_gem: Fix register w1c logicPeter Crosthwaite1-7/+6
2013-12-10net/cadence_gem: Fix small packet FCS strippingPeter Crosthwaite1-5/+8
2013-12-10net/cadence_gem: Fix rx multi-fragment packetsPeter Crosthwaite1-1/+1
2013-12-10net/cadence_gem: Add missing VMSTATE_END_OF_LISTPeter Crosthwaite1-0/+1
2013-12-10net/cadence_gem: Implement SAR (de)activationPeter Crosthwaite1-4/+23
2013-12-10net/cadence_gem: Implement SAR match bit in rx descPeter Crosthwaite1-0/+2
2013-12-10net/cadence_gem: Implement RX descriptor match mode flagsPeter Crosthwaite1-13/+69