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
...
|
*
qom/container: remove .instance_size initializer from container_info
Masahiro Yamada
2020-06-10
1
-1
/
+0
|
*
qom/object: pass (Object *) to object_initialize_with_type()
Masahiro Yamada
2020-06-10
1
-3
/
+1
|
*
qom/object: simplify type_initialize_interface()
Masahiro Yamada
2020-06-10
1
-2
/
+1
|
*
qom/object: factor out the initialization of hash table of properties
Masahiro Yamada
2020-06-10
1
-5
/
+3
|
*
qom: remove index from object_resolve_abs_path()
Masahiro Yamada
2020-06-10
1
-10
/
+9
|
*
accel: Move Xen accelerator code under accel/xen/
Philippe Mathieu-Daudé
2020-06-10
20
-26
/
+63
|
*
hw/i386/vmport: Assert vmport initialized before registering commands
Liran Alon
2020-06-10
1
-0
/
+2
|
*
hw/i386/vmport: Add support for CMD_GETHZ
Liran Alon
2020-06-10
2
-0
/
+20
|
*
i386/cpu: Store LAPIC bus frequency in CPU structure
Liran Alon
2020-06-10
2
-3
/
+8
|
*
hw/i386/vmport: Allow x2apic without IR
Liran Alon
2020-06-10
1
-1
/
+8
|
*
hw/i386/vmport: Add support for CMD_GET_VCPU_INFO
Liran Alon
2020-06-10
2
-0
/
+15
|
*
hw/i386/vmport: Add support for CMD_GETBIOSUUID
Liran Alon
2020-06-10
3
-0
/
+24
|
*
hw/i386/vmport: Define enum for all commands
Liran Alon
2020-06-10
3
-22
/
+18
|
*
hw/i386/vmport: Introduce vmport.h
Liran Alon
2020-06-10
5
-37
/
+19
|
*
hw/i386/vmport: Report vmware-vmx-type in CMD_GETVERSION
Liran Alon
2020-06-10
2
-0
/
+28
|
*
hw/i386/vmport: Introduce vmware-vmx-version property
Liran Alon
2020-06-10
1
-1
/
+8
|
*
hw/i386/vmport: Set EAX to -1 on failed and unsupported commands
Liran Alon
2020-06-10
2
-4
/
+16
|
*
hw/i386/vmport: Propagate IOPort read to vCPU EAX register
Liran Alon
2020-06-10
2
-3
/
+30
|
*
hw/i386/vmport: Add device properties
Liran Alon
2020-06-10
1
-0
/
+6
|
*
hw/i386/vmport: Add reference to VMware open-vm-tools
Liran Alon
2020-06-10
1
-0
/
+7
|
*
target/i386: fix phadd* with identical destination and source register
Janne Grunau
2020-06-10
1
-20
/
+33
|
*
target/i386: Fix the CPUID leaf CPUID_Fn80000008
Babu Moger
2020-06-10
1
-3
/
+12
|
*
vmbus: add infrastructure to save/load vmbus requests
Jon Doron
2020-06-10
2
-0
/
+102
|
*
i386: Hyper-V VMBus ACPI DSDT entry
Jon Doron
2020-06-10
3
-0
/
+53
|
*
i386:pc: whitelist dynamic vmbus-bridge
Jon Doron
2020-06-10
2
-0
/
+4
|
*
vmbus: vmbus implementation
Jon Doron
2020-06-10
7
-0
/
+2956
|
*
vmbus: add vmbus protocol definitions
Jon Doron
2020-06-10
1
-0
/
+222
|
*
hyperv: expose API to determine if synic is enabled
Jon Doron
2020-06-10
2
-0
/
+9
|
*
Makefile: Let the 'help' target list the helper targets
Philippe Mathieu-Daudé
2020-06-10
2
-4
/
+10
|
*
io/task: Move 'qom/object.h' header to source
Philippe Mathieu-Daudé
2020-06-10
3
-2
/
+2
|
*
qom/object: Move Object typedef to 'qemu/typedefs.h'
Philippe Mathieu-Daudé
2020-06-10
9
-12
/
+1
|
*
target/i386: Fix OUTL debug output
Philippe Mathieu-Daudé
2020-06-10
1
-1
/
+1
|
*
qom/object: Fix object_child_foreach_recursive() return value
Cédric Le Goater
2020-06-10
1
-1
/
+4
|
*
icount: fix shift=auto for record/replay
Pavel Dovgalyuk
2020-06-10
1
-1
/
+19
|
*
numa: prevent usage of -M memory-backend and -numa memdev at the same time
Igor Mammedov
2020-06-10
1
-0
/
+5
|
*
vl.c: run preconfig loop before creating default RAM backend
Igor Mammedov
2020-06-10
1
-2
/
+3
|
*
run-coverity-scan: support --update-tools-only --docker
Paolo Bonzini
2020-06-10
1
-16
/
+23
|
*
run-coverity-scan: download tools outside the container
Paolo Bonzini
2020-06-10
2
-21
/
+24
|
*
run-coverity-scan: use --no-update-tools in docker run
Paolo Bonzini
2020-06-10
1
-6
/
+5
|
*
run-coverity-scan: add --no-update-tools option
Paolo Bonzini
2020-06-10
1
-14
/
+23
|
*
run-coverity-scan: use docker.py
Paolo Bonzini
2020-06-10
2
-12
/
+22
|
*
run-coverity-scan: get Coverity token and email from special git config section
Paolo Bonzini
2020-06-10
1
-9
/
+15
|
*
docker.py/build: support binary files in --extra-files
Paolo Bonzini
2020-06-10
1
-2
/
+6
|
*
docker.py/build: support -t and -f arguments
Paolo Bonzini
2020-06-10
2
-4
/
+4
*
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-06-12
74
-748
/
+2177
|
\
\
|
*
|
virtio-pci: fix queue_enable write
Jason Wang
2020-06-12
1
-4
/
+8
|
*
|
pci: Display PCI IRQ pin in "info pci"
Peter Xu
2020-06-12
3
-3
/
+7
|
*
|
Fix parameter type in vhost migration log path
Raphael Norwitz
2020-06-12
1
-2
/
+2
|
*
|
acpi: ged: rename event memory region
Gerd Hoffmann
2020-06-12
2
-9
/
+9
|
*
|
acpi: fadt: add hw-reduced sleep register support
Gerd Hoffmann
2020-06-12
2
-2
/
+4
[prev]
[next]