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
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"
Gerd Hoffmann
2020-05-18
1
-1
/
+1
*
qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument const
Philippe Mathieu-Daudé
2020-05-15
1
-1
/
+1
*
qemu/plugin: Move !CONFIG_PLUGIN stubs altogether
Philippe Mathieu-Daudé
2020-05-15
1
-18
/
+15
*
qemu/plugin: Trivial code movement
Philippe Mathieu-Daudé
2020-05-15
1
-16
/
+16
*
disas: include an optional note for the start of disassembly
Alex Bennée
2020-05-15
2
-3
/
+3
*
accel/tcg: Relax va restrictions on 64-bit guests
Richard Henderson
2020-05-15
1
-4
/
+19
*
exec/cpu-all: Use bool for have_guest_base
Richard Henderson
2020-05-15
1
-1
/
+1
*
qom: Drop @errp parameter of object_property_del()
Markus Armbruster
2020-05-15
1
-1
/
+1
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
6
-7
/
+7
*
Drop more @errp parameters after previous commit
Markus Armbruster
2020-05-15
4
-4
/
+4
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-56
/
+25
*
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
2020-05-15
1
-4
/
+2
*
qom: Make all the object_property_add_FOO() return the property
Markus Armbruster
2020-05-15
1
-13
/
+37
*
qom: Drop convenience method object_property_get_uint16List()
Markus Armbruster
2020-05-15
1
-14
/
+0
*
qom: Clean up inconsistent use of gchar * vs. char *
Markus Armbruster
2020-05-15
1
-6
/
+6
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200514'...
Peter Maydell
2020-05-14
7
-2
/
+118
|
\
|
*
target-arm: kvm64: handle SIGBUS signal from kernel or KVM
Dongjiu Geng
2020-05-14
1
-2
/
+1
|
*
ACPI: Record Generic Error Status Block(GESB) table
Dongjiu Geng
2020-05-14
1
-0
/
+1
|
*
KVM: Move hwpoison page related functions into kvm-all.c
Dongjiu Geng
2020-05-14
1
-0
/
+12
|
*
ACPI: Record the Generic Error Status Block address
Dongjiu Geng
2020-05-14
2
-0
/
+8
|
*
ACPI: Build Hardware Error Source Table
Dongjiu Geng
2020-05-14
1
-0
/
+39
|
*
ACPI: Build related register address fields via hardware error fw_cfg blob
Dongjiu Geng
2020-05-14
2
-0
/
+29
|
*
hw/arm/virt: Introduce a RAS machine option
Dongjiu Geng
2020-05-14
1
-0
/
+1
|
*
acpi: nvdimm: change NVDIMM_UUID_LE to a common macro
Dongjiu Geng
2020-05-14
1
-0
/
+27
*
|
hw/core: stream: Add an end-of-packet flag
Edgar E. Iglesias
2020-05-14
1
-2
/
+3
|
/
*
qcow2: introduce compression type feature
Denis Plotnikov
2020-05-13
1
-0
/
+1
*
accel/tcg: Add endian-specific cpu_{ld, st}* operations
Richard Henderson
2020-05-11
1
-65
/
+206
*
accel/tcg: Add probe_access_flags
Richard Henderson
2020-05-11
2
-1
/
+34
*
accel/tcg: Add block comment for probe_access
Richard Henderson
2020-05-11
1
-0
/
+17
*
exec: Add block comments for watchpoint routines
Richard Henderson
2020-05-11
1
-0
/
+23
*
hw/timer/nrf51_timer: Display timer ID in trace events
Philippe Mathieu-Daudé
2020-05-11
1
-0
/
+1
*
hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definition
Philippe Mathieu-Daudé
2020-05-11
2
-3
/
+2
*
aspeed: Support AST2600A1 silicon revision
Joel Stanley
2020-05-11
1
-0
/
+1
*
block: Drop unused .bdrv_has_zero_init_truncate
Eric Blake
2020-05-08
2
-8
/
+0
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200507' into...
Peter Maydell
2020-05-07
1
-1
/
+7
|
\
|
*
spapr: Drop CAS reboot flag
Greg Kurz
2020-05-07
1
-1
/
+0
|
*
spapr/cas: Separate CAS handling from rebuilding the FDT
Alexey Kardashevskiy
2020-05-07
1
-0
/
+7
*
|
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200506' into staging
Peter Maydell
2020-05-07
2
-8
/
+13
|
\
\
|
*
|
tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32,64}
Richard Henderson
2020-05-06
1
-4
/
+4
|
*
|
tcg: Add load_dest parameter to GVecGen2
Richard Henderson
2020-05-06
1
-0
/
+2
|
*
|
tcg: Add tcg_gen_gvec_dup_tl
Richard Henderson
2020-05-06
1
-0
/
+6
|
*
|
tcg: Remove tcg_gen_gvec_dup{8,16,32,64}i
Richard Henderson
2020-05-06
1
-5
/
+0
|
*
|
tcg: Add tcg_gen_gvec_dup_imm
Richard Henderson
2020-05-06
1
-0
/
+2
*
|
|
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-05-06-1...
Peter Maydell
2020-05-06
2
-0
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
hw: add compat machines for 5.1
Cornelia Huck
2020-05-06
2
-0
/
+6
*
|
|
Merge remote-tracking branch 'remotes/alistair/tags/pull-reg-to-apply-2020050...
Peter Maydell
2020-05-06
1
-0
/
+8
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
hw/core/register: Add register_init_block8 helper.
Joaquin de Andres
2020-05-05
1
-0
/
+8
*
|
|
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-0...
Peter Maydell
2020-05-06
1
-5
/
+20
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
gdbstub/linux-user: support debugging over a unix socket
Alex Bennée
2020-05-06
1
-5
/
+9
|
*
|
gdbstub: Introduce gdb_get_float64() to get 64-bit float registers
Philippe Mathieu-Daudé
2020-05-06
1
-0
/
+11
|
|
/
[next]