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
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw: Remove unnecessary DEVICE() cast
Philippe Mathieu-Daudé
2020-05-15
16
-18
/
+17
*
various: Remove unnecessary OBJECT() cast
Philippe Mathieu-Daudé
2020-05-15
5
-8
/
+8
*
qom: Drop @errp parameter of object_property_del()
Markus Armbruster
2020-05-15
3
-4
/
+4
*
spapr_pci: Drop some dead error handling
Markus Armbruster
2020-05-15
1
-68
/
+18
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
85
-193
/
+147
*
Drop more @errp parameters after previous commit
Markus Armbruster
2020-05-15
32
-35
/
+34
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
137
-462
/
+339
*
qdev: Clean up qdev_connect_gpio_out_named()
Markus Armbruster
2020-05-15
1
-7
/
+4
*
hw/arm/bcm2835: Drop futile attempts at QOM-adopting memory
Markus Armbruster
2020-05-15
1
-2
/
+0
*
e1000: Don't run e1000_instance_init() twice
Markus Armbruster
2020-05-15
1
-1
/
+0
*
hw/isa/superio: Make the components QOM children
Markus Armbruster
2020-05-15
1
-5
/
+13
*
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
2020-05-15
19
-100
/
+64
*
qom: Drop convenience method object_property_get_uint16List()
Markus Armbruster
2020-05-15
1
-3
/
+13
*
qom: Clean up inconsistent use of gchar * vs. char *
Markus Armbruster
2020-05-15
3
-4
/
+4
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200514'...
Peter Maydell
2020-05-14
9
-7
/
+593
|
\
|
*
ACPI: Record Generic Error Status Block(GESB) table
Dongjiu Geng
2020-05-14
1
-0
/
+219
|
*
ACPI: Record the Generic Error Status Block address
Dongjiu Geng
2020-05-14
3
-0
/
+41
|
*
ACPI: Build Hardware Error Source Table
Dongjiu Geng
2020-05-14
2
-0
/
+128
|
*
ACPI: Build related register address fields via hardware error fw_cfg blob
Dongjiu Geng
2020-05-14
5
-0
/
+101
|
*
hw/arm/virt: Introduce a RAS machine option
Dongjiu Geng
2020-05-14
1
-0
/
+23
|
*
acpi: nvdimm: change NVDIMM_UUID_LE to a common macro
Dongjiu Geng
2020-05-14
1
-7
/
+3
|
*
aspeed: Add support for the sonorapass-bmc board
Patrick Williams
2020-05-14
1
-0
/
+78
*
|
hw/dma/xilinx_axidma: s2mm: Support stream fragments
Edgar E. Iglesias
2020-05-14
1
-7
/
+7
*
|
hw/dma/xilinx_axidma: mm2s: Stream descriptor by descriptor
Edgar E. Iglesias
2020-05-14
1
-14
/
+17
*
|
hw/net/xilinx_axienet: Handle fragmented packets from DMA
Edgar E. Iglesias
2020-05-14
1
-7
/
+31
*
|
hw/core: stream: Add an end-of-packet flag
Edgar E. Iglesias
2020-05-14
4
-11
/
+19
*
|
hw/dma/xilinx_axidma: Add DMA memory-region property
Edgar E. Iglesias
2020-05-14
1
-7
/
+23
*
|
hw/net/xilinx_axienet: Remove unncessary cast
Edgar E. Iglesias
2020-05-14
1
-1
/
+1
*
|
hw/net/xilinx_axienet: Cleanup stream->push assignment
Edgar E. Iglesias
2020-05-14
1
-6
/
+12
*
|
hw/net/xilinx_axienet: Auto-clear PHY Autoneg
Edgar E. Iglesias
2020-05-14
1
-2
/
+2
|
/
*
xen-9pfs: Fix log messages of reply errors
Christian Schoenebeck
2020-05-14
1
-4
/
+5
*
9pfs: local: ignore O_NOATIME if we don't have permissions
Omar Sandoval
2020-05-14
1
-0
/
+13
*
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-05-08-1...
Peter Maydell
2020-05-12
1
-2
/
+2
|
\
|
*
hw/tpm: fix usage of bool in tpm-tis.c
Jafar Abdi
2020-05-12
1
-2
/
+2
*
|
hw/arm/musicpal: Map the UART devices unconditionally
Philippe Mathieu-Daudé
2020-05-11
1
-8
/
+4
*
|
hw/timer/nrf51_timer: Add trace event of counter value update
Philippe Mathieu-Daudé
2020-05-11
2
-0
/
+2
*
|
hw/timer/nrf51_timer: Display timer ID in trace events
Philippe Mathieu-Daudé
2020-05-11
3
-4
/
+16
*
|
hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definition
Philippe Mathieu-Daudé
2020-05-11
3
-4
/
+4
*
|
aspeed: sdmc: Implement AST2600 locking behaviour
Joel Stanley
2020-05-11
1
-10
/
+45
*
|
aspeed: Support AST2600A1 silicon revision
Joel Stanley
2020-05-11
3
-13
/
+12
*
|
aspeed: Add boot stub for smp booting
Joel Stanley
2020-05-11
1
-0
/
+65
|
/
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200507' into...
Peter Maydell
2020-05-07
5
-77
/
+103
|
\
|
*
spapr_nvdimm: Tweak error messages
David Gibson
2020-05-07
1
-3
/
+3
|
*
spapr_nvdimm.c: make 'label-size' mandatory
Daniel Henrique Barboza
2020-05-07
1
-0
/
+6
|
*
spapr: Don't allow unplug of NVLink2 devices
David Gibson
2020-05-07
1
-0
/
+4
|
*
spapr: Drop CAS reboot flag
Greg Kurz
2020-05-07
2
-33
/
+18
|
*
spapr/cas: Separate CAS handling from rebuilding the FDT
Alexey Kardashevskiy
2020-05-07
2
-27
/
+41
|
*
spapr: Simplify selection of radix/hash during CAS
Greg Kurz
2020-05-07
2
-5
/
+2
|
*
ppc/pnv: Add support for NMI interface
Nicholas Piggin
2020-05-07
1
-0
/
+29
|
*
ppc/spapr: tweak change system reset helper
Nicholas Piggin
2020-05-07
1
-3
/
+6
[next]