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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user/aarch64: Reset target data on MADV_DONTNEED
Vitaly Buka
2022-08-11
1
-0
/
+1
*
include/qemu/host-utils.h: Simplify the compiler check in mulu128()
Thomas Huth
2022-08-04
1
-2
/
+1
*
main loop: add missing documentation links to GS/IO macros
Emanuele Giuseppe Esposito
2022-08-02
1
-3
/
+15
*
misc: fix commonly doubled up words
Daniel P. Berrangé
2022-08-01
2
-2
/
+2
*
hw/loongarch: Change macro name 'LS7A_XXX' to 'VIRT_XXX'
Xiaojuan Yang
2022-07-30
2
-27
/
+24
*
qapi: Add exit-failure PanicAction
Ilya Leoshkevich
2022-07-29
1
-1
/
+1
*
i386/pc: restrict AMD only enforcing of 1Tb hole to new machine type
Joao Martins
2022-07-26
1
-0
/
+1
*
i386/pc: pass pci_hole64_size to pc_memory_init()
Joao Martins
2022-07-26
1
-1
/
+2
*
i386/pc: create pci-host qdev prior to pc_memory_init()
Joao Martins
2022-07-26
1
-1
/
+2
*
hw/i386: add 4g boundary start to X86MachineState
Joao Martins
2022-07-26
1
-0
/
+3
*
hw/cxl: Fix size of constant in interleave granularity function.
Jonathan Cameron
2022-07-26
1
-1
/
+1
*
hw/machine: Clear out left over CXL related pointer from move of state handli...
Jonathan Cameron
2022-07-26
1
-1
/
+0
*
acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug()
Robert Hoo
2022-07-26
1
-8
/
+0
*
hw/i386: pass RNG seed via setup_data entry
Jason A. Donenfeld
2022-07-22
3
-1
/
+6
*
Merge tag 'pull-migration-20220720c' of https://gitlab.com/dagrh/qemu into st...
Peter Maydell
2022-07-20
7
-1
/
+81
|
\
|
*
softmmu/dirtylimit: Implement dirty page rate limit
Hyman Huang(黄勇)
2022-07-20
1
-0
/
+3
|
*
softmmu/dirtylimit: Implement virtual CPU throttle
Hyman Huang(黄勇)
2022-07-20
2
-0
/
+21
|
*
accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
Hyman Huang(黄勇)
2022-07-20
1
-0
/
+2
|
*
softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
Hyman Huang(黄勇)
2022-07-20
2
-1
/
+26
|
*
migration/dirtyrate: Refactor dirty page rate calculation
Hyman Huang(黄勇)
2022-07-20
1
-0
/
+28
|
*
cpus: Introduce cpu_list_generation_id
Hyman Huang(黄勇)
2022-07-20
1
-0
/
+1
*
|
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Peter Maydell
2022-07-20
2
-0
/
+15
|
\
\
|
|
/
|
/
|
|
*
vdpa: Add device migration blocker
Eugenio Pérez
2022-07-20
1
-0
/
+1
|
*
vdpa: manual forward CVQ buffers
Eugenio Pérez
2022-07-20
1
-0
/
+3
|
*
vdpa: Export vhost_vdpa_dma_map and unmap calls
Eugenio Pérez
2022-07-20
1
-0
/
+4
|
*
virtio-net: Expose ctrl virtqueue logic
Eugenio Pérez
2022-07-20
1
-0
/
+4
|
*
virtio-net: Expose MAC_TABLE_ENTRIES
Eugenio Pérez
2022-07-20
1
-0
/
+3
*
|
hw/loongarch: Add fdt support
Xiaojuan Yang
2022-07-19
1
-0
/
+4
*
|
hw/loongarch: Add acpi ged support
Xiaojuan Yang
2022-07-19
2
-0
/
+17
*
|
hw/loongarch: Add smbios support
Xiaojuan Yang
2022-07-19
1
-0
/
+1
*
|
hw/loongarch: Add uefi bios loading support
Xiaojuan Yang
2022-07-19
1
-0
/
+4
*
|
hw/loongarch: Add fw_cfg table support
Xiaojuan Yang
2022-07-19
1
-0
/
+3
|
/
*
pckbd: remove legacy i8042_mm_init() function
Mark Cave-Ayland
2022-07-18
1
-2
/
+0
*
ps2: remove unused legacy ps2_mouse_init() function
Mark Cave-Ayland
2022-07-18
1
-1
/
+0
*
pckbd: don't use legacy ps2_mouse_init() function
Mark Cave-Ayland
2022-07-18
1
-1
/
+1
*
ps2: remove unused legacy ps2_kbd_init() function
Mark Cave-Ayland
2022-07-18
1
-1
/
+0
*
pckbd: don't use legacy ps2_kbd_init() function
Mark Cave-Ayland
2022-07-18
1
-1
/
+2
*
lasips2: don't use legacy ps2_mouse_init() function
Mark Cave-Ayland
2022-07-18
1
-0
/
+2
*
lasips2: don't use legacy ps2_kbd_init() function
Mark Cave-Ayland
2022-07-18
1
-0
/
+2
*
lasips2: rename LASIPS2Port parent pointer to lasips2
Mark Cave-Ayland
2022-07-18
1
-1
/
+1
*
lasips2: switch to using port-based IRQs
Mark Cave-Ayland
2022-07-18
1
-5
/
+2
*
lasips2: add named input gpio to handle incoming port IRQs
Mark Cave-Ayland
2022-07-18
1
-0
/
+1
*
lasips2: add named input gpio to port for downstream PS2 device IRQ
Mark Cave-Ayland
2022-07-18
1
-0
/
+2
*
lasips2: introduce LASIPS2PortDeviceClass for the LASIPS2_PORT device
Mark Cave-Ayland
2022-07-18
1
-1
/
+5
*
lasips2: introduce port IRQ and new lasips2_port_init() function
Mark Cave-Ayland
2022-07-18
1
-0
/
+1
*
lasips2: rename LASIPS2Port irq field to birq
Mark Cave-Ayland
2022-07-18
1
-1
/
+1
*
lasips2: move mouse port initialisation to new lasips2_mouse_port_init() func...
Mark Cave-Ayland
2022-07-18
1
-1
/
+1
*
lasips2: move keyboard port initialisation to new lasips2_kbd_port_init() fun...
Mark Cave-Ayland
2022-07-18
1
-1
/
+1
*
lasips2: introduce new LASIPS2_MOUSE_PORT QOM type
Mark Cave-Ayland
2022-07-18
1
-0
/
+7
*
lasips2: introduce new LASIPS2_KBD_PORT QOM type
Mark Cave-Ayland
2022-07-18
1
-0
/
+7
[next]