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
...
|
*
|
|
hw/pci-host/piix: Extract piix3_create()
Philippe Mathieu-Daudé
2019-11-05
1
-20
/
+31
|
*
|
|
hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers
Philippe Mathieu-Daudé
2019-11-05
4
-154
/
+0
|
*
|
|
hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c
Philippe Mathieu-Daudé
2019-11-05
5
-30
/
+37
|
*
|
|
hw/mips/mips_malta: Extract the PIIX4 creation code as piix4_create()
Philippe Mathieu-Daudé
2019-11-05
1
-18
/
+29
|
*
|
|
hw/mips/mips_malta: Create IDE hard drive array dynamically
Philippe Mathieu-Daudé
2019-11-05
1
-2
/
+5
|
*
|
|
piix4: Add a MC146818 RTC Controller as specified in datasheet
Philippe Mathieu-Daudé
2019-11-05
9
-19
/
+48
|
*
|
|
piix4: Add an i8254 PIT Controller as specified in datasheet
Hervé Poussineau
2019-11-05
2
-4
/
+4
|
*
|
|
piix4: Add an i8257 DMA Controller as specified in datasheet
Hervé Poussineau
2019-11-05
2
-2
/
+4
|
*
|
|
piix4: Rename PIIX4 object to piix4-isa
Hervé Poussineau
2019-11-05
3
-2
/
+3
|
*
|
|
Revert "irq: introduce qemu_irq_proxy()"
Philippe Mathieu-Daudé
2019-11-05
2
-19
/
+0
|
*
|
|
piix4: Add an i8259 Interrupt Controller as specified in datasheet
Hervé Poussineau
2019-11-05
3
-30
/
+44
|
*
|
|
piix4: Add the Reset Control Register
Hervé Poussineau
2019-11-05
1
-3
/
+46
|
*
|
|
MAINTAINERS: Keep PIIX4 South Bridge separate from PC Chipsets
Philippe Mathieu-Daudé
2019-11-05
1
-1
/
+6
|
*
|
|
Makefile: Fix config-devices.mak not regenerated when Kconfig updated
Philippe Mathieu-Daudé
2019-11-05
1
-1
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i...
Peter Maydell
2019-11-06
1
-8
/
+32
|
\
\
\
|
*
|
|
q800: fix I/O memory map
Laurent Vivier
2019-11-05
1
-8
/
+32
*
|
|
|
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2019-11-06
4
-65
/
+63
|
\
\
\
\
|
*
|
|
|
image-fuzzer: Use OSerror.strerror instead of tuple subscript
Eduardo Habkost
2019-11-05
1
-2
/
+2
|
*
|
|
|
image-fuzzer: Use errors parameter of subprocess.Popen()
Eduardo Habkost
2019-11-05
1
-7
/
+4
|
*
|
|
|
image-fuzzer: Run using python3
Eduardo Habkost
2019-11-05
3
-4
/
+1
|
*
|
|
|
image-fuzzer: Encode file name and file format to bytes
Eduardo Habkost
2019-11-05
1
-2
/
+2
|
*
|
|
|
image-fuzzer: Use bytes constant for field values
Eduardo Habkost
2019-11-05
1
-2
/
+2
|
*
|
|
|
image-fuzzer: Return bytes objects on string fuzzing functions
Eduardo Habkost
2019-11-05
1
-21
/
+21
|
*
|
|
|
image-fuzzer: Use %r for all fiels at Field.__repr__()
Eduardo Habkost
2019-11-05
1
-2
/
+2
|
*
|
|
|
image-fuzzer: Use io.StringIO
Eduardo Habkost
2019-11-05
1
-5
/
+9
|
*
|
|
|
image-fuzzer: Explicitly use integer division operator
Eduardo Habkost
2019-11-05
2
-26
/
+26
|
*
|
|
|
image-fuzzer: Write bytes instead of string to image file
Eduardo Habkost
2019-11-05
1
-1
/
+1
|
*
|
|
|
image-fuzzer: Open image files in binary mode
Eduardo Habkost
2019-11-05
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2019-11-04-tag' in...
Peter Maydell
2019-11-06
2
-7
/
+8
|
\
\
\
\
|
*
|
|
|
qga: Add "guest-get-memory-block-info" to blacklist
Basil Salman
2019-11-04
2
-2
/
+3
|
*
|
|
|
qga-win: network-get-interfaces command name field bug fix
Bishara AbuHattoum
2019-11-04
1
-5
/
+5
|
|
/
/
/
*
|
|
|
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-11-04' in...
Peter Maydell
2019-11-05
5
-15
/
+73
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
block/file-posix: Let post-EOF fallocate serialize
Max Reitz
2019-11-04
1
-0
/
+36
|
*
|
|
block: Add bdrv_co_get_self_request()
Max Reitz
2019-11-04
2
-0
/
+19
|
*
|
|
block: Make wait/mark serialising requests public
Max Reitz
2019-11-04
2
-12
/
+15
|
*
|
|
block/block-copy: fix s->copy_size for compressed cluster
Vladimir Sementsov-Ogievskiy
2019-11-04
1
-2
/
+2
|
*
|
|
nvme: fix NSSRS offset in CAP register
Klaus Jensen
2019-11-04
1
-1
/
+1
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-next-pull-req...
Peter Maydell
2019-11-05
2
-3
/
+25
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tests/fw_cfg: Test 'reboot-timeout=-1' special value
Philippe Mathieu-Daudé
2019-11-01
1
-0
/
+21
|
*
|
fw_cfg: Allow reboot-timeout=-1 again
Dr. David Alan Gilbert
2019-11-01
1
-3
/
+4
*
|
|
Merge remote-tracking branch 'remotes/palmer/tags/palmer-for-master-4.2-sf1' ...
Peter Maydell
2019-11-02
1
-2
/
+2
|
\
\
\
|
*
|
|
MAINTAINERS: Change to my personal email address
Palmer Dabbelt
2019-11-01
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191101-...
Peter Maydell
2019-11-02
16
-59
/
+1798
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
target/arm: Allow reading flags from FPSCR for M-profile
Christophe Lyon
2019-11-01
1
-2
/
+3
|
*
|
hw/arm/boot: Rebuild hflags when modifying CPUState at boot
Edgar E. Iglesias
2019-11-01
1
-0
/
+1
|
*
|
target/arm/kvm: host cpu: Add support for sve<N> properties
Andrew Jones
2019-11-01
6
-33
/
+55
|
*
|
target/arm/cpu64: max cpu: Support sve properties with KVM
Andrew Jones
2019-11-01
5
-56
/
+377
|
*
|
target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init features
Andrew Jones
2019-11-01
3
-7
/
+25
|
*
|
target/arm/kvm64: max cpu: Enable SVE when available
Andrew Jones
2019-11-01
5
-4
/
+69
|
*
|
target/arm/kvm64: Add kvm_arch_get/put_sve
Andrew Jones
2019-11-01
1
-28
/
+155
[prev]
[next]