index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce a new flag for i440fx to disable PCI hotplug on the root bus
Ani Sinha
2020-08-27
3
-3
/
+27
*
acpi: update expected DSDT files with _UID changes
Michael S. Tsirkin
2020-08-27
22
-21
/
+0
*
disassemble-aml: -o actually works
Michael S. Tsirkin
2020-08-27
1
-3
/
+8
*
arm/acpi: fix an out of spec _UID for PCI root
Michael S. Tsirkin
2020-08-27
1
-1
/
+1
*
i386/acpi: fix inconsistent QEMU/OVMF device paths
Michael S. Tsirkin
2020-08-27
1
-2
/
+2
*
acpi: allow DSDT changes
Michael S. Tsirkin
2020-08-27
1
-0
/
+21
*
Merge remote-tracking branch 'remotes/hdeller/tags/target-hppa-v3-pull-reques...
Peter Maydell
2020-08-26
6
-76
/
+148
|
\
|
*
hw/display/artist: Fix invalidation of lines near screen border
Sven Schnelle
2020-08-26
1
-1
/
+6
|
*
hw/display/artist: Fix invalidation of lines in artist_draw_line()
Sven Schnelle
2020-08-26
1
-1
/
+4
|
*
hw/display/artist: Unbreak size mismatch memory accesses
Helge Deller
2020-08-26
1
-8
/
+4
|
*
hw/display/artist: Prevent out of VRAM buffer accesses
Helge Deller
2020-08-26
1
-41
/
+69
|
*
Revert "hw/display/artist: Avoid drawing line when nothing to display"
Helge Deller
2020-08-26
1
-3
/
+0
|
*
hw/display/artist: Refactor artist_rop8() to avoid buffer over-run
Philippe Mathieu-Daudé
2020-08-26
1
-15
/
+25
|
*
hw/display/artist: Check offset in draw_line to avoid buffer over-run
Philippe Mathieu-Daudé
2020-08-26
1
-2
/
+7
|
*
hw/hppa/lasi: Don't abort on invalid IMR value
Helge Deller
2020-08-26
1
-2
/
+6
|
*
hw/display/artist.c: fix out of bounds check
Sven Schnelle
2020-08-04
1
-13
/
+11
|
*
hw/hppa: Implement proper SeaBIOS version check
Helge Deller
2020-08-04
1
-0
/
+22
|
*
seabios-hppa: Update to SeaBIOS hppa version 1
Helge Deller
2020-08-04
2
-0
/
+0
|
*
hw/hppa: Sync hppa_hardware.h file with SeaBIOS sources
Helge Deller
2020-08-04
2
-2
/
+6
*
|
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-08-26' in...
Peter Maydell
2020-08-26
34
-570
/
+2952
|
\
\
|
*
|
iotests: Add tests for qcow2 images with extended L2 entries
Alberto Garcia
2020-08-26
3
-0
/
+1628
|
*
|
qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters
Alberto Garcia
2020-08-25
3
-2
/
+23
|
*
|
qcow2: Allow preallocation and backing files if extended_l2 is set
Alberto Garcia
2020-08-25
2
-4
/
+5
|
*
|
qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
Alberto Garcia
2020-08-25
25
-142
/
+256
|
*
|
qcow2: Add prealloc field to QCowL2Meta
Alberto Garcia
2020-08-25
3
-1
/
+15
|
*
|
qcow2: Add subcluster support to qcow2_measure()
Alberto Garcia
2020-08-25
1
-7
/
+13
|
*
|
qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
Alberto Garcia
2020-08-25
3
-24
/
+94
|
*
|
qcow2: Add subcluster support to handle_alloc_space()
Alberto Garcia
2020-08-25
1
-4
/
+5
|
*
|
qcow2: Clear the L2 bitmap when allocating a compressed cluster
Alberto Garcia
2020-08-25
1
-0
/
+3
|
*
|
qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
Alberto Garcia
2020-08-25
1
-0
/
+18
|
*
|
qcow2: Add subcluster support to check_refcounts_l2()
Alberto Garcia
2020-08-25
2
-6
/
+12
|
*
|
qcow2: Add subcluster support to discard_in_l2_slice()
Alberto Garcia
2020-08-25
1
-29
/
+23
|
*
|
qcow2: Add subcluster support to zero_in_l2_slice()
Alberto Garcia
2020-08-25
1
-18
/
+20
|
*
|
qcow2: Add subcluster support to qcow2_get_host_offset()
Alberto Garcia
2020-08-25
2
-96
/
+92
|
*
|
qcow2: Add subcluster support to calculate_l2_meta()
Alberto Garcia
2020-08-25
1
-34
/
+133
|
*
|
qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
Alberto Garcia
2020-08-25
1
-3
/
+9
|
*
|
qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
Alberto Garcia
2020-08-25
3
-40
/
+42
|
*
|
qcow2: Add cluster type parameter to qcow2_get_host_offset()
Alberto Garcia
2020-08-25
3
-20
/
+31
|
*
|
qcow2: Add qcow2_cluster_is_allocated()
Alberto Garcia
2020-08-25
1
-0
/
+6
|
*
|
qcow2: Add qcow2_get_subcluster_range_type()
Alberto Garcia
2020-08-25
1
-0
/
+51
|
*
|
qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
Alberto Garcia
2020-08-25
1
-1
/
+125
|
*
|
qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
Alberto Garcia
2020-08-25
1
-0
/
+21
|
*
|
qcow2: Add l2_entry_size()
Alberto Garcia
2020-08-25
4
-16
/
+27
|
*
|
qcow2: Add offset_into_subcluster() and size_to_subclusters()
Alberto Garcia
2020-08-25
1
-0
/
+10
|
*
|
qcow2: Add offset_to_sc_index()
Alberto Garcia
2020-08-25
1
-0
/
+5
|
*
|
qcow2: Add subcluster-related fields to BDRVQcow2State
Alberto Garcia
2020-08-25
2
-0
/
+10
|
*
|
qcow2: Add dummy has_subclusters() function
Alberto Garcia
2020-08-25
1
-0
/
+6
|
*
|
qcow2: Document the Extended L2 Entries feature
Alberto Garcia
2020-08-25
2
-4
/
+83
|
*
|
qcow2: Add get_l2_entry() and set_l2_entry()
Alberto Garcia
2020-08-25
3
-38
/
+54
|
*
|
qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
Alberto Garcia
2020-08-25
1
-113
/
+139
[next]