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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
pl050: introduce pl050_mouse_class_init() and pl050_mouse_realize()
Mark Cave-Ayland
2022-07-18
1
-4
/
+19
|
*
|
|
pl050: introduce pl050_kbd_class_init() and pl050_kbd_realize()
Mark Cave-Ayland
2022-07-18
1
-2
/
+19
|
*
|
|
pl050: introduce PL050DeviceClass for the PL050 device
Mark Cave-Ayland
2022-07-18
2
-1
/
+9
|
*
|
|
pl050: move logic from pl050_realize() to pl050_init()
Mark Cave-Ayland
2022-07-18
1
-4
/
+7
|
*
|
|
pl050: introduce new PL050_MOUSE_DEVICE QOM type
Mark Cave-Ayland
2022-07-18
2
-1
/
+9
|
*
|
|
pl050: introduce new PL050_KBD_DEVICE QOM type
Mark Cave-Ayland
2022-07-18
2
-1
/
+9
|
*
|
|
pl050: change PL050State dev pointer from void to PS2State
Mark Cave-Ayland
2022-07-18
2
-7
/
+8
|
*
|
|
pl050: rename pl050_keyboard_init() to pl050_kbd_init()
Mark Cave-Ayland
2022-07-18
1
-2
/
+2
|
*
|
|
pl050: move PL050State from pl050.c to new pl050.h header file
Mark Cave-Ayland
2022-07-18
2
-15
/
+36
|
|
/
/
*
|
|
Merge tag 'pull-ppc-20220718' of https://gitlab.com/danielhb/qemu into staging
Peter Maydell
2022-07-18
32
-472
/
+849
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
target/ppc: Check page dir/table base alignment
Leandro Lupori
2022-07-18
1
-4
/
+24
|
*
|
target/ppc: Improve Radix xlate level validation
Leandro Lupori
2022-07-18
1
-11
/
+38
|
*
|
ppc: Check partition and process table alignment
Leandro Lupori
2022-07-18
4
-4
/
+32
|
*
|
target/ppc: check tb_env != 0 before printing TBU/TBL/DECR
Matheus Ferst
2022-07-18
2
-10
/
+17
|
*
|
target/ppc: Implement slbiag
Lucas Coutinho
2022-07-18
4
-0
/
+46
|
*
|
target/ppc: Move slbsync to decodetree
Lucas Coutinho
2022-07-18
3
-17
/
+16
|
*
|
target/ppc: Move slbfee to decodetree
Lucas Coutinho
2022-07-18
5
-28
/
+38
|
*
|
target/ppc: Move slbmfee to decodetree
Lucas Coutinho
2022-07-18
5
-15
/
+17
|
*
|
target/ppc: Move slbmfev to decodetree
Lucas Coutinho
2022-07-18
5
-14
/
+18
|
*
|
target/ppc: Move slbmte to decodetree
Lucas Coutinho
2022-07-18
5
-16
/
+18
|
*
|
target/ppc: Move slbia to decodetree
Lucas Coutinho
2022-07-18
5
-19
/
+21
|
*
|
target/ppc: Move slbieg to decodetree
Lucas Coutinho
2022-07-18
5
-15
/
+17
|
*
|
target/ppc: Move slbie to decodetree
Lucas Coutinho
2022-07-18
5
-15
/
+23
|
*
|
target/ppc: add macros to check privilege level
Matheus Ferst
2022-07-18
2
-5
/
+23
|
*
|
target/ppc: receive DisasContext explicitly in GEN_PRIV
Matheus Ferst
2022-07-18
2
-149
/
+154
|
*
|
target/ppc: Implement ISA 3.00 tlbie[l]
Leandro Lupori
2022-07-18
4
-0
/
+188
|
*
|
target/ppc: Move tlbie[l] to decode tree
Leandro Lupori
2022-07-18
4
-64
/
+99
|
*
|
target/ppc: fix exception error code in spr_write_excp_vector
Matheus Ferst
2022-07-18
1
-3
/
+3
|
*
|
target/ppc: fix PMU Group A register read/write exceptions
Matheus Ferst
2022-07-18
1
-5
/
+5
|
*
|
target/ppc: fix exception error code in helper_{load, store}_dcr
Matheus Ferst
2022-07-18
2
-4
/
+4
|
*
|
target/ppc: remove mfdcrux and mtdcrux
Matheus Ferst
2022-07-18
2
-22
/
+2
|
*
|
target/ppc: fix exception error value in slbfee
Matheus Ferst
2022-07-18
1
-2
/
+2
|
*
|
target/ppc: Fix gen_priv_exception error value in mfspr/mtspr
Matheus Ferst
2022-07-18
1
-4
/
+4
|
*
|
target/ppc/kvm: Skip current and parent directories in kvmppc_find_cpu_dt
Murilo Opsfelder Araujo
2022-07-18
1
-0
/
+6
|
*
|
hw/ppc: pass random seed to fdt
Jason A. Donenfeld
2022-07-18
2
-0
/
+10
|
*
|
ppc: Remove unused irq_inputs
Cédric Le Goater
2022-07-18
2
-6
/
+0
|
*
|
ppc/e500: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
2022-07-18
2
-8
/
+5
|
*
|
ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
2022-07-18
6
-12
/
+9
|
*
|
ppc/40x: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
2022-07-18
5
-15
/
+12
|
*
|
ppc64: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
2022-07-18
4
-22
/
+15
|
/
/
*
|
Merge tag 'pull-target-arm-20220718' of https://git.linaro.org/people/pmaydel...
Peter Maydell
2022-07-18
16
-119
/
+306
|
\
\
|
*
|
Align Raspberry Pi DMA interrupts with Linux DTS
Andrey Makarov
2022-07-18
4
-2
/
+147
|
*
|
target/arm: Don't set syndrome ISS for loads and stores with writeback
Peter Maydell
2022-07-18
1
-1
/
+3
|
*
|
hw/adc: Make adci[*] R/W in NPCM7XX ADC
Hao Wu
2022-07-18
1
-1
/
+1
|
*
|
hw/adc: Fix CONV bit in NPCM7XX ADC CON register
Hao Wu
2022-07-18
2
-2
/
+2
|
*
|
target/arm: Honour VTCR_EL2 bits in Secure EL2
Peter Maydell
2022-07-18
2
-3
/
+38
|
*
|
target/arm: Store TCR_EL* registers as uint64_t
Peter Maydell
2022-07-18
6
-68
/
+27
|
*
|
target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_t
Peter Maydell
2022-07-18
4
-14
/
+12
|
*
|
target/arm: Fix big-endian host handling of VTCR
Peter Maydell
2022-07-18
1
-1
/
+1
|
*
|
target/arm: Fold regime_tcr() and regime_tcr_value() together
Peter Maydell
2022-07-18
4
-18
/
+12
[prev]
[next]