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-18
block/qcow2-bitmap: use bdrv_dirty_bitmap_next_dirty
Vladimir Sementsov-Ogievskiy
1
-10
/
+5
2020-03-18
nbd/server: use bdrv_dirty_bitmap_next_dirty_area
Vladimir Sementsov-Ogievskiy
1
-40
/
+19
2020-03-18
nbd/server: introduce NBDExtentArray
Vladimir Sementsov-Ogievskiy
1
-92
/
+118
2020-03-18
block/dirty-bitmap: improve _next_dirty_area API
Vladimir Sementsov-Ogievskiy
5
-46
/
+75
2020-03-18
block/dirty-bitmap: add _next_dirty API
Vladimir Sementsov-Ogievskiy
5
-85
/
+126
2020-03-18
block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t
Vladimir Sementsov-Ogievskiy
6
-34
/
+36
2020-03-18
hbitmap: drop meta bitmaps as they are unused
Vladimir Sementsov-Ogievskiy
3
-152
/
+0
2020-03-18
hbitmap: unpublish hbitmap_iter_skip_words
Vladimir Sementsov-Ogievskiy
2
-8
/
+1
2020-03-18
hbitmap: move hbitmap_iter_next_word to hbitmap.c
Vladimir Sementsov-Ogievskiy
2
-30
/
+29
2020-03-18
hbitmap: assert that we don't create bitmap larger than INT64_MAX
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2020-03-18
build: Silence clang warning on older glib autoptr usage
Eric Blake
1
-0
/
+20
2020-03-17
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
116
-767
/
+1161
2020-03-17
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-1
/
+1
2020-03-17
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-mar-17-2020' ...
Peter Maydell
2
-11
/
+15
2020-03-17
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200317'...
Peter Maydell
15
-36
/
+444
2020-03-17
hw/arm: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
10
-39
/
+40
2020-03-17
hw/arm: Remove unnecessary memory_region_set_readonly() on ROM alias
Philippe Mathieu-Daudé
3
-3
/
+0
2020-03-17
hw/ppc/ppc405: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
1
-4
/
+2
2020-03-17
hw/arm/stm32: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2
-6
/
+2
2020-03-17
hw/char: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
1
-3
/
+4
2020-03-17
hw/riscv: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2
-4
/
+4
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-17
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200317-pull-request' ...
Peter Maydell
1
-36
/
+59
2020-03-17
MAINTAINERS: Add a file to the main MIPS section
Aleksandar Markovic
1
-0
/
+1
2020-03-17
MAINTAINERS: Adjust maintainer's email
Aleksandar Markovic
2
-10
/
+11
2020-03-17
MAINTAINERS: Adjust maintainer's status for some MIPS items
Aleksandar Markovic
1
-3
/
+5
2020-03-17
hw/arm/pxa2xx: Do not wire up OHCI for PXA255
Guenter Roeck
1
-3
/
+0
2020-03-17
aspeed/smc: Fix number of dummy cycles for FAST_READ_4 command
Guenter Roeck
1
-1
/
+1
2020-03-17
m25p80: Improve command handling for unsupported commands
Guenter Roeck
1
-0
/
+5
[next]