index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-21
ivshmem: Implement shm=... with a memory backend
Markus Armbruster
1
-56
/
+23
2016-03-21
ivshmem: Tighten check of property "size"
Markus Armbruster
1
-3
/
+4
2016-03-21
ivshmem: Simplify how we cope with short reads from server
Markus Armbruster
1
-59
/
+16
2016-03-21
ivshmem: Drop the hackish test for UNIX domain chardev
Markus Armbruster
1
-9
/
+0
2016-03-21
ivshmem: Rely on server sending the ID right after the version
Markus Armbruster
1
-3
/
+24
2016-03-21
ivshmem: Propagate errors through ivshmem_recv_setup()
Markus Armbruster
1
-46
/
+83
2016-03-21
ivshmem: Receive shared memory synchronously in realize()
Markus Armbruster
1
-20
/
+48
2016-03-21
ivshmem: Plug leaks on unplug, fix peer disconnect
Markus Armbruster
1
-12
/
+12
2016-03-21
ivshmem: Disentangle ivshmem_read()
Markus Armbruster
1
-79
/
+80
2016-03-21
ivshmem: Simplify rejection of invalid peer ID from server
Markus Armbruster
1
-39
/
+22
2016-03-21
ivshmem: Assert interrupts are set up once
Markus Armbruster
1
-5
/
+2
2016-03-21
ivshmem: Leave INTx alone when using MSI-X
Markus Armbruster
1
-0
/
+9
2016-03-21
ivshmem: Clean up MSI-X conditions
Markus Armbruster
1
-12
/
+10
2016-03-21
ivshmem: Clean up register callbacks
Markus Armbruster
1
-9
/
+2
2016-03-21
ivshmem: Failed realize() can leave migration blocker behind
Markus Armbruster
1
-9
/
+14
2016-03-21
ivshmem: Fix harmless misuse of Error
Markus Armbruster
1
-3
/
+4
2016-03-21
ivshmem: Don't destroy the chardev on version mismatch
Markus Armbruster
1
-2
/
+1
2016-03-21
ivshmem: Drop ivshmem_event() stub
Markus Armbruster
1
-7
/
+2
2016-03-21
ivshmem: Clean up after commit 9940c32
Markus Armbruster
1
-12
/
+0
2016-03-21
ivshmem: Compile debug prints unconditionally to prevent bit-rot
Markus Armbruster
1
-7
/
+7
2016-03-21
ivshmem: Add missing newlines to debug printfs
Markus Armbruster
1
-3
/
+3
2016-03-17
blockdev: Split monitor reference from BB creation
Max Reitz
1
-1
/
+1
2016-03-16
module: Rename machine_init() to opts_init()
Eduardo Habkost
2
-2
/
+2
2016-03-16
machine: Use type_init() to register machine classes
Eduardo Habkost
19
-25
/
+17
2016-03-16
sd: Fix "info qtree" on boards with SD cards
Peter Maydell
1
-2
/
+4
2016-03-16
bcm2835_dma: add emulation of Raspberry Pi DMA controller
Grégory ESTRADE
3
-0
/
+435
2016-03-16
bcm2835_property: implement framebuffer control/configuration properties
Grégory ESTRADE
3
-14
/
+140
2016-03-16
bcm2835_fb: add framebuffer device for Raspberry Pi
Grégory ESTRADE
5
-2
/
+468
2016-03-16
bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) block
Andrew Baumann
3
-0
/
+349
2016-03-16
bcm2835_peripherals: enable sdhci pending-insert quirk for raspberry pi
Andrew Baumann
1
-0
/
+7
2016-03-16
hw/arm: Add palmetto-bmc machine
Andrew Jeffery
2
-1
/
+66
2016-03-16
hw/arm: Add ASPEED AST2400 SoC model
Andrew Jeffery
2
-0
/
+138
2016-03-16
hw/intc: Add (new) ASPEED VIC device model
Andrew Jeffery
2
-0
/
+340
2016-03-16
hw/timer: Add ASPEED timer device model
Andrew Jeffery
2
-0
/
+450
2016-03-16
i.MX: Add missing descriptions in devices.
Jean-Christophe Dubois
4
-0
/
+4
2016-03-16
i.MX: Add i.MX6 CCM and ANALOG device.
Jean-Christophe Dubois
2
-0
/
+775
2016-03-16
i.MX: Add the CLK_IPG_HIGH clock
Jean-Christophe Dubois
4
-12
/
+14
2016-03-16
i.MX: Remove CCM useless clock computation handling.
Jean-Christophe Dubois
2
-58
/
+0
2016-03-16
i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.
Jean-Christophe Dubois
4
-8
/
+8
2016-03-16
i.MX: Allow GPT timer to rollover.
Jean-Christophe Dubois
1
-12
/
+15
2016-03-16
arm: virt: Move machine class init code to the abstract machine type
Wei Huang
1
-14
/
+20
2016-03-16
arm: virt: Add an abstract ARM virt machine type
Wei Huang
1
-5
/
+18
2016-03-16
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160316' into...
Peter Maydell
6
-188
/
+241
2016-03-16
vfio: Eliminate vfio_container_ioctl()
David Gibson
1
-45
/
+0
2016-03-16
spapr_pci: Remove finish_realize hook
David Gibson
1
-20
/
+5
2016-03-16
spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridge
David Gibson
1
-44
/
+17
2016-03-16
spapr_pci: Allow EEH on spapr-pci-host-bridge
David Gibson
2
-9
/
+7
2016-03-16
spapr_pci: Eliminate class callbacks
David Gibson
2
-33
/
+29
2016-03-16
spapr_pci: Switch to vfio_eeh_as_op() interface
David Gibson
1
-34
/
+16
2016-03-16
vfio: Start improving VFIO/EEH interface
David Gibson
1
-0
/
+95
[next]