index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
render_block_graph.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-07
usb: build usb-redir as module
Gerd Hoffmann
2
-3
/
+7
2020-07-07
ccid: build smartcard as module
Gerd Hoffmann
4
-1
/
+7
2020-07-07
build: fix device module builds
Gerd Hoffmann
1
-0
/
+14
2020-07-07
qdev: device module support
Gerd Hoffmann
4
-7
/
+11
2020-07-07
object: qom module support
Gerd Hoffmann
2
-0
/
+26
2020-07-07
module: qom module support
Gerd Hoffmann
2
-0
/
+57
2020-07-04
MAINTAINERS: update linux-user maintainer
Riku Voipio
1
-2
/
+1
2020-07-04
linux-user: Add strace support for printing arguments of ioctl()
Filip Bozuta
6
-20
/
+285
2020-07-03
Deprecate TileGX port
Peter Maydell
1
-0
/
+11
2020-07-03
Replace uses of FROM_SSI_SLAVE() macro with QOM casts
Peter Maydell
5
-14
/
+22
2020-07-03
hw/arm/spitz: Provide usual QOM macros for corgi-ssp and spitz-lcdtg
Peter Maydell
1
-8
/
+15
2020-07-03
hw/arm/pxa2xx_pic: Use LOG_GUEST_ERROR for bad guest register accesses
Peter Maydell
2
-3
/
+7
2020-07-03
hw/arm/spitz: Use LOG_GUEST_ERROR for bad guest register accesses
Peter Maydell
1
-5
/
+7
2020-07-03
hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accesses
Peter Maydell
3
-8
/
+10
2020-07-03
hw/arm/spitz: Encapsulate misc GPIO handling in a device
Peter Maydell
1
-43
/
+88
2020-07-03
hw/misc/max111x: Create header file for documentation, TYPE_ macros
Peter Maydell
4
-24
/
+60
2020-07-03
hw/misc/max111x: Use GPIO lines rather than max111x_set_input()
Peter Maydell
3
-14
/
+14
2020-07-03
hw/arm/spitz: Use max111x properties to set initial values
Peter Maydell
1
-4
/
+7
2020-07-03
ssi: Add ssi_realize_and_unref()
Peter Maydell
2
-1
/
+32
2020-07-03
hw/misc/max111x: Don't use vmstate_register()
Peter Maydell
1
-2
/
+1
2020-07-03
hw/misc/max111x: provide QOM properties for setting initial values
Peter Maydell
1
-10
/
+47
2020-07-03
hw/arm/spitz: Implement inbound GPIO lines for bit5 and power signals
Peter Maydell
1
-16
/
+12
2020-07-03
hw/arm/spitz: Keep pointers to scp0, scp1 in SpitzMachineState
Peter Maydell
1
-17
/
+21
2020-07-03
hw/arm/spitz: Keep pointers to MPU and SSI devices in SpitzMachineState
Peter Maydell
1
-26
/
+32
2020-07-03
hw/arm/spitz: Create SpitzMachineClass abstract base class
Peter Maydell
1
-35
/
+54
2020-07-03
hw/arm/spitz: Detabify
Peter Maydell
1
-79
/
+79
2020-07-03
hw/display/bcm2835_fb.c: Initialize all fields of struct
Peter Maydell
1
-0
/
+4
2020-07-03
target/arm: Fix temp double-free in sve ldr/str
Richard Henderson
3
-6
/
+9
2020-07-03
tests/acpi: virt: update golden masters for DSDT
Andrew Jones
4
-3
/
+0
2020-07-03
hw/arm/virt-acpi-build: Only expose flash on older machine types
Andrew Jones
3
-1
/
+8
2020-07-03
tests/acpi: virt: allow DSDT acpi table changes
Andrew Jones
1
-0
/
+3
2020-07-03
tests/acpi: remove stale allowed tables
Andrew Jones
1
-18
/
+0
2020-07-03
target/arm: kvm: Handle misconfigured dabt injection
Beata Michalska
5
-1
/
+124
2020-07-03
target/arm: kvm: Handle DABT with no valid ISS
Beata Michalska
1
-0
/
+52
2020-07-03
hw/arm/virt: Let the virtio-iommu bypass MSIs
Eric Auger
2
-0
/
+37
2020-07-03
virtio-iommu-pci: Add array of Interval properties
Eric Auger
1
-0
/
+11
2020-07-03
virtio-iommu: Handle reserved regions in the translation process
Eric Auger
1
-0
/
+20
2020-07-03
virtio-iommu: Implement RESV_MEM probe request
Eric Auger
3
-4
/
+93
2020-07-03
qdev: Introduce DEFINE_PROP_RESERVED_REGION
Eric Auger
4
-0
/
+99
2020-07-03
Select MDIO device 2 and 1 as PHY devices for i.MX6UL EVK board.
Jean-Christophe Dubois
1
-0
/
+2
2020-07-03
Add the ability to select a different PHY for each i.MX6UL FEC interface
Jean-Christophe Dubois
2
-0
/
+12
2020-07-03
Add a phy-num property to the i.MX FEC emulator
Jean-Christophe Dubois
3
-9
/
+20
2020-07-03
migration: Count new_dirty instead of real_dirty
Keqian Zhu
2
-7
/
+6
2020-07-03
migration: postcopy take proper error return
Dr. David Alan Gilbert
1
-1
/
+1
2020-07-03
virtiofsd: Allow addition or removal of capabilities
Dr. David Alan Gilbert
3
-2
/
+58
2020-07-03
virtiofsd: Check capability calls
Dr. David Alan Gilbert
1
-3
/
+13
2020-07-03
virtiofsd: Terminate capability list
Dr. David Alan Gilbert
1
-1
/
+3
2020-07-03
s390x/pci: fix set_ind_atomic
Halil Pasic
1
-7
/
+9
2020-07-03
virtio-ccw: fix virtio_set_ind_atomic
Halil Pasic
1
-8
/
+10
2020-07-03
target/s390x: Fix SQXBR
Richard Henderson
1
-1
/
+1
[next]