summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/ppc/ppc405: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-4/+2Star
* hw/arm/stm32: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-172-6/+2Star
* hw/char: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2020-03-171-3/+4
* hw/riscv: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2020-03-172-4/+4
* hw/dma: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2020-03-172-3/+3
* hw/display: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2020-03-172-3/+4
* hw/core: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2020-03-171-1/+2
* scripts/cocci: Patch to let devices own their MemoryRegionsPhilippe Mathieu-Daudé2020-03-171-0/+56
* scripts/cocci: Patch to remove unnecessary memory_region_set_readonly()Philippe Mathieu-Daudé2020-03-171-0/+15
* scripts/cocci: Patch to detect potential use of memory_region_init_romPhilippe Mathieu-Daudé2020-03-171-0/+19
* hw/sparc: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-2/+1Star
* hw/sh4: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-2/+1Star
* hw/riscv: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-3/+2Star
* hw/ppc: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-172-4/+2Star
* hw/pci-host: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-3/+2Star
* hw/net: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-3/+2Star
* hw/m68k: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-171-2/+1Star
* hw/display: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-172-6/+4Star
* hw/arm: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2020-03-177-16/+8Star
* scripts/cocci: Patch to replace memory_region_init_{ram,readonly -> rom}Philippe Mathieu-Daudé2020-03-171-0/+18
* scripts/cocci: Rename memory-region-{init-ram -> housekeeping}Philippe Mathieu-Daudé2020-03-172-0/+14
* memory: Simplify memory_region_init_rom_nomigrate() to ease reviewPhilippe Mathieu-Daudé2020-03-171-12/+1Star
* memory: Correctly return alias region typePhilippe Mathieu-Daudé2020-03-171-0/+3
* lockable: add QemuRecMutex supportStefan Hajnoczi2020-03-173-14/+15
* lockable: add lock guardsStefan Hajnoczi2020-03-172-12/+76
* lockable: add QEMU_MAKE_LOCKABLE_NONNULLPaolo Bonzini2020-03-171-2/+15
* cpus: avoid pause_all_vcpus getting stuck due to raceLongpeng2020-03-161-1/+5
* exec/rom_reset: Free rom data during inmigrate skipDr. David Alan Gilbert2020-03-161-9/+16
* Use -isystem for linux-headers dirEduardo Habkost2020-03-162-2/+2
* softmmu/vl.c: Handle '-cpu help' and '-device help' before 'no default machine'Peter Maydell2020-03-161-10/+16
* qemu-cpu-models.rst: Document -noTSX, mds-no, taa-no, and tsx-ctrlKashyap Chamarthy2020-03-161-2/+55
* ui/curses: Move arrays to .heap to save 74KiB of .bssPhilippe Mathieu-Daudé2020-03-161-2/+6
* ui/curses: Make control_characters[] array constPhilippe Mathieu-Daudé2020-03-161-1/+1
* hw/usb/quirks: Use smaller types to reduce .rodata by 10KiBPhilippe Mathieu-Daudé2020-03-162-11/+15
* hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MBPhilippe Mathieu-Daudé2020-03-161-14/+10Star
* hw/audio/fmopl: Move ENV_CURVE to .heap to save 32KiB of .bssPhilippe Mathieu-Daudé2020-03-161-1/+3
* Makefile: Let the 'help' target list the tools targetsPhilippe Mathieu-Daudé2020-03-161-0/+5
* Makefile: Align 'help' target outputPhilippe Mathieu-Daudé2020-03-161-21/+23
* WHPX: Use proper synchronization primitives while processingSunil Muthuswamy2020-03-161-10/+7Star
* i386: Fix GCC warning with snprintf when HAX is enabledJulio Faracco2020-03-162-62/+4Star
* qom/object: Use common get/set uint helpersFelipe Franciosi2020-03-168-276/+37Star
* ich9: Simplify ich9_lpc_initfnFelipe Franciosi2020-03-161-10/+5Star
* ich9: fix getter type for sci_int propertyFelipe Franciosi2020-03-161-4/+2Star
* qom/object: enable setter for uint typesFelipe Franciosi2020-03-168-48/+246
* memory: Fix start offset for bitmap log_clear hookMatt Borgerson2020-03-161-4/+5
* tests/docker: Install SASL library to extend code coverage on amd64Philippe Mathieu-Daudé2020-03-161-0/+1
* configure: Fix building with SASL on WindowsPhilippe Mathieu-Daudé2020-03-161-1/+3
* modules: load modules from versioned /var/run dirChristian Ehrhardt2020-03-162-0/+29
* build-sys: do not make qemu-ga link with pixmanMarc-André Lureau2020-03-162-3/+3
* oslib-posix: initialize mutex and condition variablePaolo Bonzini2020-03-161-0/+7