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
*
hw/ppc/ppc405: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-17
1
-4
/
+2
*
hw/arm/stm32: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-17
2
-6
/
+2
*
hw/char: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2020-03-17
1
-3
/
+4
*
hw/riscv: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2020-03-17
2
-4
/
+4
*
hw/dma: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2020-03-17
2
-3
/
+3
*
hw/display: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2020-03-17
2
-3
/
+4
*
hw/core: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2020-03-17
1
-1
/
+2
*
scripts/cocci: Patch to let devices own their MemoryRegions
Philippe Mathieu-Daudé
2020-03-17
1
-0
/
+56
*
scripts/cocci: Patch to remove unnecessary memory_region_set_readonly()
Philippe Mathieu-Daudé
2020-03-17
1
-0
/
+15
*
scripts/cocci: Patch to detect potential use of memory_region_init_rom
Philippe Mathieu-Daudé
2020-03-17
1
-0
/
+19
*
hw/sparc: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-17
1
-2
/
+1
*
hw/sh4: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-17
1
-2
/
+1
*
hw/riscv: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-17
1
-3
/
+2
*
hw/ppc: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-17
2
-4
/
+2
*
hw/pci-host: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-17
1
-3
/
+2
*
hw/net: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-17
1
-3
/
+2
*
hw/m68k: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-17
1
-2
/
+1
*
hw/display: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-17
2
-6
/
+4
*
hw/arm: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-17
7
-16
/
+8
*
scripts/cocci: Patch to replace memory_region_init_{ram,readonly -> rom}
Philippe Mathieu-Daudé
2020-03-17
1
-0
/
+18
*
scripts/cocci: Rename memory-region-{init-ram -> housekeeping}
Philippe Mathieu-Daudé
2020-03-17
2
-0
/
+14
*
memory: Simplify memory_region_init_rom_nomigrate() to ease review
Philippe Mathieu-Daudé
2020-03-17
1
-12
/
+1
*
memory: Correctly return alias region type
Philippe Mathieu-Daudé
2020-03-17
1
-0
/
+3
*
lockable: add QemuRecMutex support
Stefan Hajnoczi
2020-03-17
3
-14
/
+15
*
lockable: add lock guards
Stefan Hajnoczi
2020-03-17
2
-12
/
+76
*
lockable: add QEMU_MAKE_LOCKABLE_NONNULL
Paolo Bonzini
2020-03-17
1
-2
/
+15
*
cpus: avoid pause_all_vcpus getting stuck due to race
Longpeng
2020-03-16
1
-1
/
+5
*
exec/rom_reset: Free rom data during inmigrate skip
Dr. David Alan Gilbert
2020-03-16
1
-9
/
+16
*
Use -isystem for linux-headers dir
Eduardo Habkost
2020-03-16
2
-2
/
+2
*
softmmu/vl.c: Handle '-cpu help' and '-device help' before 'no default machine'
Peter Maydell
2020-03-16
1
-10
/
+16
*
qemu-cpu-models.rst: Document -noTSX, mds-no, taa-no, and tsx-ctrl
Kashyap Chamarthy
2020-03-16
1
-2
/
+55
*
ui/curses: Move arrays to .heap to save 74KiB of .bss
Philippe Mathieu-Daudé
2020-03-16
1
-2
/
+6
*
ui/curses: Make control_characters[] array const
Philippe Mathieu-Daudé
2020-03-16
1
-1
/
+1
*
hw/usb/quirks: Use smaller types to reduce .rodata by 10KiB
Philippe Mathieu-Daudé
2020-03-16
2
-11
/
+15
*
hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MB
Philippe Mathieu-Daudé
2020-03-16
1
-14
/
+10
*
hw/audio/fmopl: Move ENV_CURVE to .heap to save 32KiB of .bss
Philippe Mathieu-Daudé
2020-03-16
1
-1
/
+3
*
Makefile: Let the 'help' target list the tools targets
Philippe Mathieu-Daudé
2020-03-16
1
-0
/
+5
*
Makefile: Align 'help' target output
Philippe Mathieu-Daudé
2020-03-16
1
-21
/
+23
*
WHPX: Use proper synchronization primitives while processing
Sunil Muthuswamy
2020-03-16
1
-10
/
+7
*
i386: Fix GCC warning with snprintf when HAX is enabled
Julio Faracco
2020-03-16
2
-62
/
+4
*
qom/object: Use common get/set uint helpers
Felipe Franciosi
2020-03-16
8
-276
/
+37
*
ich9: Simplify ich9_lpc_initfn
Felipe Franciosi
2020-03-16
1
-10
/
+5
*
ich9: fix getter type for sci_int property
Felipe Franciosi
2020-03-16
1
-4
/
+2
*
qom/object: enable setter for uint types
Felipe Franciosi
2020-03-16
8
-48
/
+246
*
memory: Fix start offset for bitmap log_clear hook
Matt Borgerson
2020-03-16
1
-4
/
+5
*
tests/docker: Install SASL library to extend code coverage on amd64
Philippe Mathieu-Daudé
2020-03-16
1
-0
/
+1
*
configure: Fix building with SASL on Windows
Philippe Mathieu-Daudé
2020-03-16
1
-1
/
+3
*
modules: load modules from versioned /var/run dir
Christian Ehrhardt
2020-03-16
2
-0
/
+29
*
build-sys: do not make qemu-ga link with pixman
Marc-André Lureau
2020-03-16
2
-3
/
+3
*
oslib-posix: initialize mutex and condition variable
Paolo Bonzini
2020-03-16
1
-0
/
+7
[next]