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
/
qapi
/
expr.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-05-10
virtio-gpu: move fields to struct VirtIOGPUGL
Gerd Hoffmann
2
-8
/
+12
2021-05-10
virtio-gpu: drop use_virgl_renderer
Gerd Hoffmann
3
-37
/
+14
2021-05-10
virtio-gpu: move virtio-gpu-gl-device to separate module
Gerd Hoffmann
2
-4
/
+9
2021-05-10
virtio-gpu: drop VIRGL() macro
Gerd Hoffmann
1
-17
/
+0
2021-05-10
virtio-gpu: move update_cursor_data
Gerd Hoffmann
3
-32
/
+42
2021-05-10
virtio-gpu: move virgl process_cmd
Gerd Hoffmann
3
-4
/
+18
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
2
-4
/
+16
2021-05-10
virtio-gpu: move virgl reset
Gerd Hoffmann
3
-18
/
+19
2021-05-10
virtio-gpu: move virgl realize + properties
Gerd Hoffmann
3
-22
/
+35
2021-05-10
virtio-gpu: add virtio-gpu-gl-device
Gerd Hoffmann
4
-1
/
+50
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
3
-34
/
+52
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
2021-05-10
edid: move timing generation into a separate function
Konstantin Nazarov
1
-24
/
+44
2021-05-10
edid: Make refresh rate configurable
Akihiko Odaki
2
-9
/
+12
2021-05-10
edid: use dta extension block descriptors
Gerd Hoffmann
1
-0
/
+8
2021-05-10
edid: move xtra3 descriptor
Gerd Hoffmann
1
-9
/
+11
2021-05-10
edid: edid_desc_next
Gerd Hoffmann
1
-15
/
+26
2021-05-10
qemu-edid: use qemu_edid_size()
Gerd Hoffmann
1
-2
/
+4
2021-05-04
hw/ppc/pnv_psi: Use device_cold_reset() instead of device_legacy_reset()
Peter Maydell
1
-2
/
+2
2021-05-04
hw/ppc/spapr_vio: Reset TCE table object with device_cold_reset()
Peter Maydell
1
-1
/
+1
2021-05-04
hw/intc/spapr_xive: Use device_cold_reset() instead of device_legacy_reset()
Peter Maydell
1
-1
/
+1
2021-05-04
target/ppc: removed VSCR from SPR registration
Bruno Larsen (billionai)
1
-7
/
+13
2021-05-04
target/ppc: Reduce the size of ppc_spr_t
Richard Henderson
1
-4
/
+8
2021-05-04
target/ppc: Clean up _spr_register et al
Richard Henderson
1
-82
/
+76
2021-05-04
target/ppc: Add POWER10 exception model
Nicholas Piggin
6
-8
/
+65
2021-05-04
target/ppc: rework AIL logic in interrupt delivery
Nicholas Piggin
4
-70
/
+108
2021-05-04
target/ppc: move opcode table logic to translate.c
Bruno Larsen (billionai)
3
-390
/
+403
2021-05-04
target/ppc: code motion from translate_init.c.inc to gdbstub.c
Bruno Larsen (billionai)
3
-253
/
+264
2021-05-04
spapr_drc.c: handle hotunplug errors in drc_unisolate_logical()
Daniel Henrique Barboza
1
-0
/
+23
2021-05-04
spapr.h: increase FDT_MAX_SIZE
Daniel Henrique Barboza
1
-1
/
+1
2021-05-04
spapr.c: do not use MachineClass::max_cpus to limit CPUs
Daniel Henrique Barboza
1
-1
/
+10
2021-05-04
ppc: Rename current DAWR macros and variables
Ravi Bangoria
3
-5
/
+5
2021-05-04
target/ppc: POWER10 supports scv
Nicholas Piggin
1
-1
/
+1
2021-05-04
target/ppc: Fix POWER9 radix guest HV interrupt AIL behaviour
Nicholas Piggin
1
-4
/
+13
2021-05-04
docs/system: ppc: Add documentation for ppce500 machine
Bin Meng
2
-0
/
+157
2021-05-04
roms/u-boot: Bump ppce500 u-boot to v2021.04 to fix broken pci support
Bin Meng
2
-0
/
+0
2021-05-04
roms/Makefile: Update ppce500 u-boot build directory name
Bin Meng
1
-4
/
+4
2021-05-04
ppc/spapr: Add support for implement support for H_SCM_HEALTH
Vaibhav Jain
2
-1
/
+38
2021-05-04
spapr: Rename RTAS_MAX_ADDR to FDT_MAX_ADDR
Alexey Kardashevskiy
1
-4
/
+4
2021-05-04
hw/ppc: Add emulation of Genesi/bPlan Pegasos II
BALATON Zoltan
5
-0
/
+167
2021-05-04
hw/pci-host: Add emulation of Marvell MV64361 PPC system controller
BALATON Zoltan
7
-0
/
+1890
2021-05-04
vt82c686: Add emulation of VT8231 south bridge
BALATON Zoltan
3
-0
/
+86
2021-05-04
vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on it
BALATON Zoltan
2
-32
/
+40
2021-05-04
vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO
BALATON Zoltan
1
-0
/
+102
2021-05-04
vt82c686: QOM-ify superio related functionality
BALATON Zoltan
2
-65
/
+132
2021-05-04
target/ppc: Validate hflags with CONFIG_DEBUG_TCG
Richard Henderson
2
-2
/
+32
[next]