index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
softmmu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2023-09-25
1
-0
/
+10
|
\
|
*
vl: recognize audiodev groups in configuration files
Paolo Bonzini
2023-09-22
1
-0
/
+10
*
|
block: remove AIOCBInfo->get_aio_context()
Stefan Hajnoczi
2023-09-20
1
-8
/
+0
*
|
Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into staging
Stefan Hajnoczi
2023-09-19
2
-25
/
+88
|
\
\
|
*
|
memory: avoid updating ioeventfds for some address_space
hongmianquan
2023-09-19
1
-0
/
+12
|
*
|
softmmu/physmem: Hint that "readonly=on,rom=off" exists when opening file R/W for private mapping fails
David Hildenbrand
2023-09-19
1
-0
/
+19
|
*
|
softmmu/physmem: Never return directories from file_ram_open()
David Hildenbrand
2023-09-19
1
-0
/
+19
|
*
|
softmmu/physmem: Fail creation of new files in file_ram_open() with readonly=true
David Hildenbrand
2023-09-19
1
-7
/
+9
|
*
|
softmmu/physmem: Bail out early in ram_block_discard_range() with readonly files
David Hildenbrand
2023-09-19
1
-0
/
+10
|
*
|
softmmu/physmem: Remap with proper protection in qemu_ram_remap()
David Hildenbrand
2023-09-19
1
-4
/
+6
|
*
|
softmmu/physmem: Distinguish between file access mode and mmap protection
David Hildenbrand
2023-09-19
2
-15
/
+14
|
|
/
*
/
softmmu: Delete checks for old host definitions
Akihiko Odaki
2023-09-15
1
-3
/
+0
|
/
*
sysemu: Add prepare callback to struct VMChangeStateEntry
Avihai Horon
2023-09-11
1
-0
/
+40
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2023-09-07
3
-4
/
+230
|
\
|
*
util/async-teardown.c: move to softmmu/, only build it when system build is requested
Michael Tokarev
2023-09-01
2
-0
/
+147
|
*
softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c
Michael Tokarev
2023-09-01
1
-1
/
+10
|
*
os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()
Michael Tokarev
2023-09-01
1
-3
/
+73
*
|
accel/tcg: spelling fixes
Michael Tokarev
2023-08-31
2
-2
/
+2
*
|
accel: Remove HAX accelerator
Philippe Mathieu-Daudé
2023-08-31
2
-12
/
+0
|
/
*
rtc: Use time_t for passing and returning time offsets
Peter Maydell
2023-08-31
1
-2
/
+2
*
Merge tag 'dirtylimit-dirtyrate-pull-request' of https://github.com/newfriday/qemu into staging
Stefan Hajnoczi
2023-08-30
1
-14
/
+12
|
\
|
*
softmmu/dirtylimit: Convert free to g_free
alloc.young
2023-08-29
1
-5
/
+5
|
*
softmmu: Fix dirtylimit memory leak
alloc.young
2023-08-29
1
-9
/
+7
*
|
softmmu: Use async_run_on_cpu in tcg_commit
Richard Henderson
2023-08-29
1
-11
/
+29
*
|
softmmu: Assert data in bounds in iotlb_to_section
Richard Henderson
2023-08-29
1
-2
/
+8
|
/
*
qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installed
Chris Laplante
2023-08-22
1
-2
/
+10
*
qtest: bail from irq_intercept_in if name is specified
Chris Laplante
2023-08-22
1
-0
/
+8
*
qtest: implement named interception of out-GPIO
Chris Laplante
2023-08-22
1
-8
/
+10
*
qtest: factor out qtest_install_gpio_out_intercept
Chris Laplante
2023-08-22
1
-6
/
+10
*
migration: Extend query-migrate to provide dirty page limit info
Hyman Huang(黄勇)
2023-07-26
1
-0
/
+39
*
migration: Implement dirty-limit convergence algo
Hyman Huang(黄勇)
2023-07-26
1
-0
/
+29
*
migration: Introduce dirty-limit capability
Hyman Huang(黄勇)
2023-07-26
1
-4
/
+14
*
softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"
Hyman Huang(黄勇)
2023-07-26
1
-6
/
+7
*
softmmu/physmem: Warn with ram_block_discard_range() on MAP_PRIVATE file mapping
David Hildenbrand
2023-07-12
1
-0
/
+18
*
qemu_cleanup: begin drained section after vm_shutdown()
Fiona Ebner
2023-07-07
1
-7
/
+7
*
icount: don't adjust virtual time backwards after warp
Nicholas Piggin
2023-06-27
1
-2
/
+7
*
accel/tcg: remove CONFIG_PROFILER
Fei Wu
2023-06-26
1
-9
/
+0
*
softmmu: Introduce qemu_target_page_mask() helper
Philippe Mathieu-Daudé
2023-06-23
1
-0
/
+5
*
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-06-20
1
-4
/
+4
*
meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
Philippe Mathieu-Daudé
2023-06-20
1
-2
/
+2
*
exec/memory: Introduce RAM_NAMED_FILE flag
Steve Sistare
2023-06-13
1
-1
/
+6
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2023-06-06
2
-2
/
+2
|
\
|
*
atomics: eliminate mb_read/mb_set
Paolo Bonzini
2023-06-06
2
-2
/
+2
*
|
bulk: Remove pointless QOM casts
Philippe Mathieu-Daudé
2023-06-05
1
-1
/
+1
|
/
*
migration: restore vmstate on migration failure
Vladimir Sementsov-Ogievskiy
2023-06-02
1
-1
/
+7
*
runstate: drop unused runstate_store()
Vladimir Sementsov-Ogievskiy
2023-06-02
1
-12
/
+0
*
runstate: add runstate_get()
Vladimir Sementsov-Ogievskiy
2023-06-02
1
-0
/
+5
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2023-05-25
1
-7
/
+54
|
\
|
*
softmmu/ioport.c: make MemoryRegionPortioList owner of portio_list MemoryRegions
Mark Cave-Ayland
2023-05-25
1
-1
/
+21
|
*
softmmu/ioport.c: QOMify MemoryRegionPortioList
Mark Cave-Ayland
2023-05-25
1
-5
/
+31
[next]