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
2021-05-13
numa: Make all callbacks of ram block notifiers optional
David Hildenbrand
1
-3
/
+10
2021-05-13
numa: Teach ram block notifiers about resizeable ram blocks
David Hildenbrand
2
-8
/
+21
2021-05-13
util: vfio-helpers: Factor out and fix processing of existing ram blocks
David Hildenbrand
1
-0
/
+14
2021-05-13
migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"
David Hildenbrand
2
-6
/
+1
2021-05-13
Merge remote-tracking branch 'remotes/philmd/tags/pflash-20210511' into staging
Peter Maydell
1
-3
/
+7
2021-05-12
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...
Peter Maydell
9
-16
/
+399
2021-05-12
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2
-0
/
+2
2021-05-12
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210510-pull-request' ...
Peter Maydell
10
-216
/
+517
2021-05-12
Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20210510' into st...
Peter Maydell
3
-5
/
+33
2021-05-11
hw/block/pflash_cfi02: Do not create aliases when not necessary
Philippe Mathieu-Daudé
1
-2
/
+6
2021-05-11
hw/block/pflash_cfi02: Set romd mode in pflash_cfi02_realize()
Philippe Mathieu-Daudé
1
-1
/
+1
2021-05-11
hw/riscv: Fix OT IBEX reset vector
Alexander Wagner
1
-1
/
+1
2021-05-11
hw/riscv: Enable VIRTIO_VGA for RISC-V virt machine
Alistair Francis
1
-0
/
+1
2021-05-11
hw/opentitan: Update the interrupt layout
Alistair Francis
2
-14
/
+14
2021-05-11
hw/riscv: Connect Shakti UART to Shakti platform
Vijai Kumar K
1
-0
/
+8
2021-05-11
hw/char: Add Shakti UART emulation
Vijai Kumar K
3
-0
/
+190
2021-05-11
riscv: Add initial support for Shakti C machine
Vijai Kumar K
3
-0
/
+184
2021-05-11
hw/riscv: sifive_e: Add 'const' to sifive_e_memmap[]
Bin Meng
1
-1
/
+1
2021-05-10
accel: move call to accel_init_interfaces
Claudio Fontana
1
-0
/
+1
2021-05-10
i386: split cpu accelerators from cpu.c, using AccelCPUClass
Claudio Fontana
1
-0
/
+1
2021-05-10
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210505-pull-request' ...
Peter Maydell
7
-14
/
+13
2021-05-10
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210510-...
Peter Maydell
5
-9
/
+121
2021-05-10
hw/arm/xlnx: Fix PHY address for xilinx-zynq-a9
Guenter Roeck
1
-1
/
+1
2021-05-10
hw/arm/mps2-tz: Implement AN524 memory remapping via machine property
Peter Maydell
1
-1
/
+107
2021-05-10
hw/misc/mps2-scc: Support using CFG0 bit 0 for remapping
Peter Maydell
1
-3
/
+10
2021-05-10
hw/arm/imx25_pdk: Fix error message for invalid RAM size
Philippe Mathieu-Daudé
1
-3
/
+2
2021-05-10
hw/sd/omap_mmc: Use device_cold_reset() instead of device_legacy_reset()
Peter Maydell
1
-1
/
+1
2021-05-10
xen-block: Use specific blockdev driver
Anthony PERARD
1
-1
/
+13
2021-05-10
xen: Free xenforeignmemory_resource at exit
Anthony PERARD
1
-3
/
+6
2021-05-10
xen-mapcache: avoid a race on memory map while using MAP_FIXED
Igor Druzhinin
1
-1
/
+14
2021-05-10
virtio-gpu: add virtio-vga-gl
Gerd Hoffmann
2
-0
/
+52
2021-05-10
modules: add have_vga
Gerd Hoffmann
1
-0
/
+2
2021-05-10
virtio-gpu: add virtio-gpu-gl-pci
Gerd Hoffmann
2
-0
/
+60
2021-05-10
virtio-gpu: move fields to struct VirtIOGPUGL
Gerd Hoffmann
1
-6
/
+9
2021-05-10
virtio-gpu: drop use_virgl_renderer
Gerd Hoffmann
2
-36
/
+14
2021-05-10
virtio-gpu: move virtio-gpu-gl-device to separate module
Gerd Hoffmann
1
-3
/
+6
2021-05-10
virtio-gpu: drop VIRGL() macro
Gerd Hoffmann
1
-17
/
+0
2021-05-10
virtio-gpu: move update_cursor_data
Gerd Hoffmann
2
-32
/
+36
2021-05-10
virtio-gpu: move virgl process_cmd
Gerd Hoffmann
2
-4
/
+16
2021-05-10
virtio-gpu: move virgl gl_flushed
Gerd Hoffmann
2
-15
/
+13
2021-05-10
virtio-gpu: move virgl handle_ctrl
Gerd Hoffmann
2
-13
/
+33
2021-05-10
virtio-gpu: use class function for ctrl queue handlers
Gerd Hoffmann
1
-3
/
+9
2021-05-10
virtio-gpu: move virgl reset
Gerd Hoffmann
2
-18
/
+18
2021-05-10
virtio-gpu: move virgl realize + properties
Gerd Hoffmann
2
-22
/
+34
2021-05-10
virtio-gpu: add virtio-gpu-gl-device
Gerd Hoffmann
2
-1
/
+42
2021-05-10
virtio-gpu: rename virgl source file.
Gerd Hoffmann
2
-1
/
+1
2021-05-10
virtio-gpu: handle partial maps properly
Gerd Hoffmann
2
-33
/
+50
2021-05-10
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210505' into...
Peter Maydell
5
-375
/
+224
2021-05-10
edid: add support for DisplayID extension (5k resolution)
Konstantin Nazarov
2
-6
/
+74
2021-05-10
edid: allow arbitrary-length checksums
Konstantin Nazarov
1
-5
/
+5
[next]