index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-03-28
virtio-balloon: cleanup: remove qdev field.
KONRAD Frederic
2013-03-28
virtio-balloon: cleanup: QOM casts.
KONRAD Frederic
2013-03-28
virtio-balloon: cleanup: init and exit function.
KONRAD Frederic
2013-03-28
virtio-balloon-ccw: switch to the new API.
KONRAD Frederic
2013-03-28
virtio-balloon-pci: switch to the new API.
KONRAD Frederic
2013-03-28
virtio-balloon: add the virtio-balloon device.
KONRAD Frederic
2013-03-28
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-03-28
Merge remote-tracking branch 'stefanha/tracing' into staging
Anthony Liguori
2013-03-28
vl: add runstate_set tracepoint
Kazuya Saito
2013-03-28
.gitignore: rename trace/generated-tracers.dtrace
Stefan Hajnoczi
2013-03-28
.gitignore: add trace/generated-events.[ch]
Stefan Hajnoczi
2013-03-28
trace: rebuild generated-events.o when configuration changes
Stefan Hajnoczi
2013-03-28
trace: [stderr] Port to generic event information and new control interface
Lluís Vilanova
2013-03-28
trace: [simple] Port to generic event information and new control interface
Lluís Vilanova
2013-03-28
trace: [default] Port to generic event information and new control interface
Lluís Vilanova
2013-03-28
trace: [monitor] Use new event control interface
Lluís Vilanova
2013-03-28
trace: Provide a detailed event control interface
Lluís Vilanova
2013-03-28
trace: Provide a generic tracing event descriptor
Lluís Vilanova
2013-03-28
trace: [tracetool] Explicitly identify public backends
Lluís Vilanova
2013-03-28
block: Fix direct use of protocols as driver for bdrv_open()
Kevin Wolf
2013-03-28
qcow2: Gather clusters in a looping loop
Kevin Wolf
2013-03-28
qcow2: Move cluster gathering to a non-looping loop
Kevin Wolf
2013-03-28
qcow2: Allow requests with multiple l2metas
Kevin Wolf
2013-03-28
qcow2: Use byte granularity in qcow2_alloc_cluster_offset()
Kevin Wolf
2013-03-28
qcow2: Prepare handle_alloc/copied() for byte granularity
Kevin Wolf
2013-03-28
qcow2: handle_copied(): Implement non-zero host_offset
Kevin Wolf
2013-03-28
qcow2: handle_copied(): Get rid of keep_clusters parameter
Kevin Wolf
2013-03-28
qcow2: handle_copied(): Get rid of nb_clusters parameter
Kevin Wolf
2013-03-28
qcow2: Factor out handle_copied()
Kevin Wolf
2013-03-28
qcow2: Clean up handle_alloc()
Kevin Wolf
2013-03-28
qcow2: Finalise interface of handle_alloc()
Kevin Wolf
2013-03-28
qcow2: handle_alloc(): Get rid of keep_clusters parameter
Kevin Wolf
2013-03-28
qcow2: handle_alloc(): Get rid of nb_clusters parameter
Kevin Wolf
2013-03-28
qcow2: Factor out handle_alloc()
Kevin Wolf
2013-03-28
qcow2: Decouple cluster allocation from cluster reuse code
Kevin Wolf
2013-03-28
qcow2: Change handle_dependency to byte granularity
Kevin Wolf
2013-03-28
qcow2: Improve check for overlapping allocations
Kevin Wolf
2013-03-28
qcow2: Handle dependencies earlier
Kevin Wolf
2013-03-28
qcow2: Remove bogus unlock of s->lock
Kevin Wolf
2013-03-28
qcow2: Fix "total clusters" number in bdrv_check
Kevin Wolf
2013-03-28
qemu-iotests: More concurrent allocation scenarios
Kevin Wolf
2013-03-28
vl.c: call bdrv_init_with_whitelist() before cmdline parsing
Peter Lieven
2013-03-27
spice-qemu-char: Drop hackish vmc_register on spice_chr_write
Hans de Goede
2013-03-27
virtio-serial: propagate guest_connected to the port on post_load
Alon Levy
2013-03-27
virtio-serial: Consolidate guest_open/guest_close into set_guest_connected
Hans de Goede
2013-03-27
qemu-char: add_handlers: Don't re-send the be_open event on unregister
Hans de Goede
2013-03-27
qemu-char: Move incrementing of avail_connections to qdev-properties-system
Hans de Goede
2013-03-27
qemu-char: Consolidate guest_close/guest_open into a set_fe_open callback
Hans de Goede
2013-03-27
qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_open
Hans de Goede
2013-03-27
qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers
Hans de Goede
[next]