index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-17
hw/dma: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2
-3
/
+3
2020-03-17
hw/display: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2
-3
/
+4
2020-03-17
hw/core: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
1
-1
/
+2
2020-03-17
scripts/cocci: Patch to let devices own their MemoryRegions
Philippe Mathieu-Daudé
1
-0
/
+56
2020-03-17
scripts/cocci: Patch to remove unnecessary memory_region_set_readonly()
Philippe Mathieu-Daudé
1
-0
/
+15
2020-03-17
scripts/cocci: Patch to detect potential use of memory_region_init_rom
Philippe Mathieu-Daudé
1
-0
/
+19
2020-03-17
hw/sparc: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
1
-2
/
+1
2020-03-17
hw/sh4: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
1
-2
/
+1
2020-03-17
hw/riscv: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
1
-3
/
+2
2020-03-17
hw/ppc: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2
-4
/
+2
2020-03-17
hw/pci-host: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
1
-3
/
+2
2020-03-17
hw/net: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
1
-3
/
+2
2020-03-17
hw/m68k: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
1
-2
/
+1
2020-03-17
hw/display: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2
-6
/
+4
2020-03-17
hw/arm: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
7
-16
/
+8
2020-03-17
scripts/cocci: Patch to replace memory_region_init_{ram,readonly -> rom}
Philippe Mathieu-Daudé
1
-0
/
+18
2020-03-17
scripts/cocci: Rename memory-region-{init-ram -> housekeeping}
Philippe Mathieu-Daudé
2
-0
/
+14
2020-03-17
memory: Simplify memory_region_init_rom_nomigrate() to ease review
Philippe Mathieu-Daudé
1
-12
/
+1
2020-03-17
memory: Correctly return alias region type
Philippe Mathieu-Daudé
1
-0
/
+3
2020-03-17
lockable: add QemuRecMutex support
Stefan Hajnoczi
3
-14
/
+15
2020-03-17
lockable: add lock guards
Stefan Hajnoczi
2
-12
/
+76
2020-03-17
lockable: add QEMU_MAKE_LOCKABLE_NONNULL
Paolo Bonzini
1
-2
/
+15
2020-03-16
cpus: avoid pause_all_vcpus getting stuck due to race
Longpeng
1
-1
/
+5
2020-03-16
exec/rom_reset: Free rom data during inmigrate skip
Dr. David Alan Gilbert
1
-9
/
+16
2020-03-16
Use -isystem for linux-headers dir
Eduardo Habkost
2
-2
/
+2
2020-03-16
softmmu/vl.c: Handle '-cpu help' and '-device help' before 'no default machine'
Peter Maydell
1
-10
/
+16
2020-03-16
qemu-cpu-models.rst: Document -noTSX, mds-no, taa-no, and tsx-ctrl
Kashyap Chamarthy
1
-2
/
+55
2020-03-16
ui/curses: Move arrays to .heap to save 74KiB of .bss
Philippe Mathieu-Daudé
1
-2
/
+6
2020-03-16
ui/curses: Make control_characters[] array const
Philippe Mathieu-Daudé
1
-1
/
+1
2020-03-16
hw/usb/quirks: Use smaller types to reduce .rodata by 10KiB
Philippe Mathieu-Daudé
2
-11
/
+15
2020-03-16
hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MB
Philippe Mathieu-Daudé
1
-14
/
+10
2020-03-16
hw/audio/fmopl: Move ENV_CURVE to .heap to save 32KiB of .bss
Philippe Mathieu-Daudé
1
-1
/
+3
2020-03-16
Makefile: Let the 'help' target list the tools targets
Philippe Mathieu-Daudé
1
-0
/
+5
2020-03-16
Makefile: Align 'help' target output
Philippe Mathieu-Daudé
1
-21
/
+23
2020-03-16
WHPX: Use proper synchronization primitives while processing
Sunil Muthuswamy
1
-10
/
+7
2020-03-16
i386: Fix GCC warning with snprintf when HAX is enabled
Julio Faracco
2
-62
/
+4
2020-03-16
qom/object: Use common get/set uint helpers
Felipe Franciosi
8
-276
/
+37
2020-03-16
ich9: Simplify ich9_lpc_initfn
Felipe Franciosi
1
-10
/
+5
2020-03-16
ich9: fix getter type for sci_int property
Felipe Franciosi
1
-4
/
+2
2020-03-16
qom/object: enable setter for uint types
Felipe Franciosi
8
-48
/
+246
2020-03-16
memory: Fix start offset for bitmap log_clear hook
Matt Borgerson
1
-4
/
+5
2020-03-16
tests/docker: Install SASL library to extend code coverage on amd64
Philippe Mathieu-Daudé
1
-0
/
+1
2020-03-16
configure: Fix building with SASL on Windows
Philippe Mathieu-Daudé
1
-1
/
+3
2020-03-16
modules: load modules from versioned /var/run dir
Christian Ehrhardt
2
-0
/
+29
2020-03-16
build-sys: do not make qemu-ga link with pixman
Marc-André Lureau
2
-3
/
+3
2020-03-16
oslib-posix: initialize mutex and condition variable
Paolo Bonzini
1
-0
/
+7
2020-03-16
hw/i386/intel_iommu: Fix out-of-bounds access on guest IRT
Jan Kiszka
1
-0
/
+6
2020-03-16
MAINTAINERS: Add entry for Guest X86 HAXM CPUs
Colin Xu
1
-0
/
+11
2020-03-16
WHPX: Use QEMU values for trapped CPUID
Sunil Muthuswamy
1
-24
/
+18
2020-03-16
WHPX: TSC get and set should be dependent on VM state
Sunil Muthuswamy
3
-9
/
+110
[next]