summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-28qemu-bridge-helper: force usage of a very high MAC address for the bridgePaolo Bonzini1-0/+18
2013-03-28virtio-balloon: cleanup: remove qdev field.KONRAD Frederic2-2/+0
2013-03-28virtio-balloon: cleanup: QOM casts.KONRAD Frederic2-24/+21
2013-03-28virtio-balloon: cleanup: init and exit function.KONRAD Frederic1-60/+13
2013-03-28virtio-balloon-ccw: switch to the new API.KONRAD Frederic2-11/+25
2013-03-28virtio-balloon-pci: switch to the new API.KONRAD Frederic2-56/+69
2013-03-28virtio-balloon: add the virtio-balloon device.KONRAD Frederic2-6/+93
2013-03-28Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori11-176/+553
2013-03-28Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori26-180/+595
2013-03-28vl: add runstate_set tracepointKazuya Saito2-1/+2
2013-03-28.gitignore: rename trace/generated-tracers.dtraceStefan Hajnoczi1-1/+1
2013-03-28.gitignore: add trace/generated-events.[ch]Stefan Hajnoczi1-0/+2
2013-03-28trace: rebuild generated-events.o when configuration changesStefan Hajnoczi1-1/+1
2013-03-28trace: [stderr] Port to generic event information and new control interfaceLluís Vilanova3-58/+14
2013-03-28trace: [simple] Port to generic event information and new control interfaceLluís Vilanova3-46/+13
2013-03-28trace: [default] Port to generic event information and new control interfaceLluís Vilanova1-3/+2
2013-03-28trace: [monitor] Use new event control interfaceLluís Vilanova1-2/+11
2013-03-28trace: Provide a detailed event control interfaceLluís Vilanova4-58/+349
2013-03-28trace: Provide a generic tracing event descriptorLluís Vilanova7-9/+172
2013-03-28trace: [tracetool] Explicitly identify public backendsLluís Vilanova6-3/+30
2013-03-28block: Fix direct use of protocols as driver for bdrv_open()Kevin Wolf1-11/+15
2013-03-28qcow2: Gather clusters in a looping loopKevin Wolf2-32/+44
2013-03-28qcow2: Move cluster gathering to a non-looping loopKevin Wolf1-64/+70
2013-03-28qcow2: Allow requests with multiple l2metasKevin Wolf3-3/+17
2013-03-28qcow2: Use byte granularity in qcow2_alloc_cluster_offset()Kevin Wolf1-56/+28
2013-03-28qcow2: Prepare handle_alloc/copied() for byte granularityKevin Wolf1-9/+16
2013-03-28qcow2: handle_copied(): Implement non-zero host_offsetKevin Wolf1-8/+20
2013-03-28qcow2: handle_copied(): Get rid of keep_clusters parameterKevin Wolf1-10/+13
2013-03-28qcow2: handle_copied(): Get rid of nb_clusters parameterKevin Wolf1-6/+18
2013-03-28qcow2: Factor out handle_copied()Kevin Wolf2-40/+95
2013-03-28qcow2: Clean up handle_alloc()Kevin Wolf1-57/+53
2013-03-28qcow2: Finalise interface of handle_alloc()Kevin Wolf2-13/+21
2013-03-28qcow2: handle_alloc(): Get rid of keep_clusters parameterKevin Wolf2-17/+32
2013-03-28qcow2: handle_alloc(): Get rid of nb_clusters parameterKevin Wolf1-4/+15
2013-03-28qcow2: Factor out handle_alloc()Kevin Wolf2-89/+152
2013-03-28qcow2: Decouple cluster allocation from cluster reuse codeKevin Wolf1-15/+20
2013-03-28qcow2: Change handle_dependency to byte granularityKevin Wolf2-12/+39
2013-03-28qcow2: Improve check for overlapping allocationsKevin Wolf2-6/+6
2013-03-28qcow2: Handle dependencies earlierKevin Wolf2-16/+48
2013-03-28qcow2: Remove bogus unlock of s->lockKevin Wolf1-2/+0
2013-03-28qcow2: Fix "total clusters" number in bdrv_checkKevin Wolf2-2/+4
2013-03-28qemu-iotests: More concurrent allocation scenariosKevin Wolf2-1/+124
2013-03-28vl.c: call bdrv_init_with_whitelist() before cmdline parsingPeter Lieven1-2/+2
2013-03-27spice-qemu-char: Drop hackish vmc_register on spice_chr_writeHans de Goede1-1/+0
2013-03-27virtio-serial: propagate guest_connected to the port on post_loadAlon Levy1-0/+5
2013-03-27virtio-serial: Consolidate guest_open/guest_close into set_guest_connectedHans de Goede3-32/+12
2013-03-27qemu-char: add_handlers: Don't re-send the be_open event on unregisterHans de Goede1-1/+1
2013-03-27qemu-char: Move incrementing of avail_connections to qdev-properties-systemHans de Goede2-4/+4
2013-03-27qemu-char: Consolidate guest_close/guest_open into a set_fe_open callbackHans de Goede3-19/+11
2013-03-27qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_openHans de Goede3-33/+12