index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-28
block: Fix direct use of protocols as driver for bdrv_open()
Kevin Wolf
1
-11
/
+15
2013-03-28
qcow2: Gather clusters in a looping loop
Kevin Wolf
2
-32
/
+44
2013-03-28
qcow2: Move cluster gathering to a non-looping loop
Kevin Wolf
1
-64
/
+70
2013-03-28
qcow2: Allow requests with multiple l2metas
Kevin Wolf
3
-3
/
+17
2013-03-28
qcow2: Use byte granularity in qcow2_alloc_cluster_offset()
Kevin Wolf
1
-56
/
+28
2013-03-28
qcow2: Prepare handle_alloc/copied() for byte granularity
Kevin Wolf
1
-9
/
+16
2013-03-28
qcow2: handle_copied(): Implement non-zero host_offset
Kevin Wolf
1
-8
/
+20
2013-03-28
qcow2: handle_copied(): Get rid of keep_clusters parameter
Kevin Wolf
1
-10
/
+13
2013-03-28
qcow2: handle_copied(): Get rid of nb_clusters parameter
Kevin Wolf
1
-6
/
+18
2013-03-28
qcow2: Factor out handle_copied()
Kevin Wolf
2
-40
/
+95
2013-03-28
qcow2: Clean up handle_alloc()
Kevin Wolf
1
-57
/
+53
2013-03-28
qcow2: Finalise interface of handle_alloc()
Kevin Wolf
2
-13
/
+21
2013-03-28
qcow2: handle_alloc(): Get rid of keep_clusters parameter
Kevin Wolf
2
-17
/
+32
2013-03-28
qcow2: handle_alloc(): Get rid of nb_clusters parameter
Kevin Wolf
1
-4
/
+15
2013-03-28
qcow2: Factor out handle_alloc()
Kevin Wolf
2
-89
/
+152
2013-03-28
qcow2: Decouple cluster allocation from cluster reuse code
Kevin Wolf
1
-15
/
+20
2013-03-28
qcow2: Change handle_dependency to byte granularity
Kevin Wolf
2
-12
/
+39
2013-03-28
qcow2: Improve check for overlapping allocations
Kevin Wolf
2
-6
/
+6
2013-03-28
qcow2: Handle dependencies earlier
Kevin Wolf
2
-16
/
+48
2013-03-28
qcow2: Remove bogus unlock of s->lock
Kevin Wolf
1
-2
/
+0
2013-03-28
qcow2: Fix "total clusters" number in bdrv_check
Kevin Wolf
2
-2
/
+4
2013-03-28
qemu-iotests: More concurrent allocation scenarios
Kevin Wolf
2
-1
/
+124
2013-03-28
vl.c: call bdrv_init_with_whitelist() before cmdline parsing
Peter Lieven
1
-2
/
+2
2013-03-28
hw/tcx: Remove unused 'addr' field and the property that sets it
Peter Maydell
2
-3
/
+0
2013-03-28
hw/i386/pc: format load_linux function
liguang
1
-53
/
+56
2013-03-28
configure: show debug-info option in --help output
Dunrong Huang
1
-0
/
+2
2013-03-27
spice-qemu-char: Drop hackish vmc_register on spice_chr_write
Hans de Goede
1
-1
/
+0
2013-03-27
virtio-serial: propagate guest_connected to the port on post_load
Alon Levy
1
-0
/
+5
2013-03-27
virtio-serial: Consolidate guest_open/guest_close into set_guest_connected
Hans de Goede
3
-32
/
+12
2013-03-27
qemu-char: add_handlers: Don't re-send the be_open event on unregister
Hans de Goede
1
-1
/
+1
2013-03-27
qemu-char: Move incrementing of avail_connections to qdev-properties-system
Hans de Goede
2
-4
/
+4
2013-03-27
qemu-char: Consolidate guest_close/guest_open into a set_fe_open callback
Hans de Goede
3
-19
/
+11
2013-03-27
qemu-char: Cleanup: consolidate fe_open/fe_close into fe_set_open
Hans de Goede
3
-33
/
+12
2013-03-27
qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers
Hans de Goede
4
-2
/
+15
2013-03-27
qemu-char: Add fe_open tracking
Hans de Goede
2
-0
/
+9
2013-03-27
qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
Hans de Goede
5
-16
/
+16
2013-03-27
qemu-char: Rename opened to be_open
Hans de Goede
5
-8
/
+8
2013-03-27
compiler: fix warning with GCC 4.8.0
Paolo Bonzini
1
-1
/
+1
2013-03-26
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
39
-131
/
+348
2013-03-26
pcie: Add endpoint capability initialization wrapper
Alex Williamson
3
-14
/
+18
2013-03-26
roms: switch oldnoconfig to olddefconfig
Michael S. Tsirkin
1
-1
/
+1
2013-03-26
pcie: Mangle types to match topology
Alex Williamson
1
-0
/
+13
2013-03-26
pci: Create and use API to determine root buses
Alex Williamson
2
-4
/
+10
2013-03-26
pci: Create pci_bus_is_express helper
Alex Williamson
2
-0
/
+6
2013-03-26
pci: Q35, Root Ports, and Switches create PCI Express buses
Alex Williamson
4
-4
/
+4
2013-03-26
pci: Allow PCI bus creation interfaces to specify the type of bus
Alex Williamson
24
-35
/
+40
2013-03-26
pci: Move PCI and PCIE type defines
Alex Williamson
2
-4
/
+5
2013-03-26
pci: Create and register a new PCI Express TypeInfo
Alex Williamson
2
-0
/
+7
2013-03-26
exec: assert that RAMBlock size is non-zero
Stefan Hajnoczi
1
-0
/
+2
2013-03-26
pci: refuse empty ROM files
Stefan Hajnoczi
1
-1
/
+6
[prev]
[next]