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
*
Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20210902' int...
Peter Maydell
2021-09-03
2
-9
/
+10
|
\
|
*
9pfs: fix crash in v9fs_walk()
Christian Schoenebeck
2021-09-02
1
-1
/
+3
|
*
hw/9pfs: use g_autofree in v9fs_walk() where possible
Christian Schoenebeck
2021-09-02
1
-4
/
+3
|
*
hw/9pfs: avoid 'path' copy in v9fs_walk()
Christian Schoenebeck
2021-09-02
1
-4
/
+4
*
|
Merge remote-tracking branch 'remotes/hreitz/tags/pull-block-2021-09-01' into...
Peter Maydell
2021-09-02
2
-15
/
+34
|
\
\
|
|
/
|
/
|
|
*
qdev: allow setting drive property for realized device
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-12
/
+31
|
*
qdev-properties: PropertyInfo: add realized_set_allowed field
Vladimir Sementsov-Ogievskiy
2021-09-01
1
-3
/
+3
*
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210901'...
Peter Maydell
2021-09-01
33
-845
/
+1279
|
\
\
|
*
|
arm: Remove system_clock_scale global
Peter Maydell
2021-09-01
9
-33
/
+5
|
*
|
hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scale
Peter Maydell
2021-09-01
2
-7
/
+31
|
*
|
hw/arm/stellaris: Split stellaris-gptm into its own file
Peter Maydell
2021-09-01
5
-320
/
+320
|
*
|
hw/arm/stellaris: Fix code style issues in GPTM code
Peter Maydell
2021-09-01
1
-5
/
+8
|
*
|
hw/timer/armv7m_systick: Use clock inputs instead of system_clock_scale
Peter Maydell
2021-09-01
1
-28
/
+84
|
*
|
hw/arm/msf2-soc: Wire up refclk
Peter Maydell
2021-09-01
1
-0
/
+23
|
*
|
hw/arm/msf2: Use Clock input to MSF2_SOC instead of m3clk property
Peter Maydell
2021-09-01
2
-12
/
+23
|
*
|
hw/arm/msf2_soc: Don't allocate separate MemoryRegions
Peter Maydell
2021-09-01
1
-10
/
+7
|
*
|
hw/arm/stellaris: Wire sysclk up to armv7m
Peter Maydell
2021-09-01
1
-1
/
+4
|
*
|
hw/arm/stellaris: split stellaris_sys_init()
Peter Maydell
2021-09-01
1
-31
/
+25
|
*
|
hw/arm/nrf51: Wire up sysclk
Peter Maydell
2021-09-01
1
-0
/
+20
|
*
|
hw/arm/stm32vldiscovery: Delete trailing blank line
Peter Maydell
2021-09-01
1
-1
/
+0
|
*
|
hw/arm/stm32f405: Wire up sysclk and refclk
Peter Maydell
2021-09-01
2
-5
/
+37
|
*
|
hw/arm/stm32f205: Wire up sysclk and refclk
Peter Maydell
2021-09-01
2
-5
/
+37
|
*
|
hw/arm/stm32f100: Wire up sysclk and refclk
Peter Maydell
2021-09-01
2
-5
/
+37
|
*
|
hw/arm: Don't allocate separate MemoryRegions in stm32 SoC realize
Peter Maydell
2021-09-01
2
-20
/
+14
|
*
|
clock: Provide builtin multiplier/divider
Peter Maydell
2021-09-01
3
-5
/
+67
|
*
|
hw/arm/mps2.c: Connect up armv7m clocks
Peter Maydell
2021-09-01
1
-0
/
+15
|
*
|
armsse: Wire up systick cpuclk clock
Peter Maydell
2021-09-01
1
-0
/
+3
|
*
|
hw/arm/armv7m: Create input clocks
Peter Maydell
2021-09-01
1
-0
/
+23
|
*
|
hw/timer/armv7m_systick: Add input clocks
Peter Maydell
2021-09-01
1
-2
/
+8
|
*
|
arm: Move system PPB container handling to armv7m
Peter Maydell
2021-09-01
2
-142
/
+103
|
*
|
arm: Move systick device creation from NVIC to ARMv7M object
Peter Maydell
2021-09-01
2
-73
/
+125
|
*
|
arm: Move M-profile RAS register block into its own device
Peter Maydell
2021-09-01
4
-56
/
+107
|
*
|
hw/arm/virt: target-arm: Add A64FX processor support to virt machine
Shuuichirou Ishii
2021-09-01
1
-0
/
+1
|
*
|
hw: Add compat machines for 6.2
Yanan Wang
2021-09-01
7
-6
/
+65
|
*
|
hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleans
Philippe Mathieu-Daudé
2021-09-01
1
-95
/
+106
|
*
|
hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffix
Philippe Mathieu-Daudé
2021-09-01
1
-6
/
+6
|
*
|
hw/arm/raspi: Remove deprecated raspi2/raspi3 aliases
Philippe Mathieu-Daudé
2021-09-01
1
-2
/
+0
|
|
/
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210901-pull-request' ...
Peter Maydell
2021-09-01
7
-12
/
+23
|
\
\
|
*
|
hw/usb: Fix typo in comments and print
Cai Huoqing
2021-09-01
6
-12
/
+12
|
*
|
uas: add stream number sanity checks.
Gerd Hoffmann
2021-09-01
1
-0
/
+11
*
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210901-pull-request' ...
Peter Maydell
2021-09-01
6
-7
/
+49
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
hw/display/artist: Fix bug in coordinate extraction in artist_vram_read() and...
Helge Deller
2021-08-31
1
-4
/
+4
|
*
|
hw/display/xlnx_dp: fix an out-of-bounds read in xlnx_dp_read
Qiang Liu
2021-08-31
1
-1
/
+5
|
*
|
vga: don't abort when adding a duplicate isa-vga device
Jose R. Ziviani
2021-08-31
1
-0
/
+10
|
*
|
hw/display: Restrict virtio-gpu-udmabuf stubs to !Linux
Philippe Mathieu-Daudé
2021-08-31
2
-1
/
+29
|
*
|
virtio-gpu: no point of checking res->iov
Dongwon Kim
2021-08-31
1
-1
/
+1
|
|
/
*
|
hw/core/register: Add more 64-bit utilities
Joe Komlodi
2021-09-01
1
-0
/
+12
*
|
hw/intc/sifive_clint: Fix muldiv64 overflow in sifive_clint_write_timecmp()
David Hoppenbrouwers
2021-09-01
1
-2
/
+23
*
|
hw/riscv/virt.c: Assemble plic_hart_config string with g_strjoinv()
Peter Maydell
2021-09-01
1
-13
/
+20
*
|
hw/riscv: virt: Move flash node to root
Bin Meng
2021-09-01
1
-1
/
+1
[next]