index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
softmmu
Age
Commit message (
Expand
)
Author
2023-10-08
system: Rename softmmu/ directory as system/
Philippe Mathieu-Daudé
2023-10-07
fuzz: Correct invalid mentions of 'softmmu' by 'system'
Philippe Mathieu-Daudé
2023-10-07
softmmu/trace-events: Fix a typo
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Make icount.o a target agnostic unit
Philippe Mathieu-Daudé
2023-10-03
accel/tcg: Remove cpu_neg()
Richard Henderson
2023-10-03
accel/tcg: Move can_do_io to CPUNegativeOffsetState
Richard Henderson
2023-10-03
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2023-10-03
audio: propagate Error * out of audio_init
Martin Kletzander
2023-10-03
audio: remove QEMU_AUDIO_* and -audio-help support
Paolo Bonzini
2023-09-29
softmmu/device_tree: Fixup local variables shadowing
Alistair Francis
2023-09-29
seccomp: avoid shadowing of 'action' variable
Daniel P. Berrangé
2023-09-29
softmmu/physmem: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-09-29
softmmu/memory: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-09-25
vl: remove shadowed local variables
Paolo Bonzini
2023-09-25
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2023-09-22
vl: recognize audiodev groups in configuration files
Paolo Bonzini
2023-09-20
block: remove AIOCBInfo->get_aio_context()
Stefan Hajnoczi
2023-09-19
Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
2023-09-19
memory: avoid updating ioeventfds for some address_space
hongmianquan
2023-09-19
softmmu/physmem: Hint that "readonly=on,rom=off" exists when opening file R/W...
David Hildenbrand
2023-09-19
softmmu/physmem: Never return directories from file_ram_open()
David Hildenbrand
2023-09-19
softmmu/physmem: Fail creation of new files in file_ram_open() with readonly=...
David Hildenbrand
2023-09-19
softmmu/physmem: Bail out early in ram_block_discard_range() with readonly files
David Hildenbrand
2023-09-19
softmmu/physmem: Remap with proper protection in qemu_ram_remap()
David Hildenbrand
2023-09-19
softmmu/physmem: Distinguish between file access mode and mmap protection
David Hildenbrand
2023-09-15
softmmu: Delete checks for old host definitions
Akihiko Odaki
2023-09-11
sysemu: Add prepare callback to struct VMChangeStateEntry
Avihai Horon
2023-09-07
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2023-09-01
util/async-teardown.c: move to softmmu/, only build it when system build is r...
Michael Tokarev
2023-09-01
softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c
Michael Tokarev
2023-09-01
os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()
Michael Tokarev
2023-08-31
accel/tcg: spelling fixes
Michael Tokarev
2023-08-31
accel: Remove HAX accelerator
Philippe Mathieu-Daudé
2023-08-31
rtc: Use time_t for passing and returning time offsets
Peter Maydell
2023-08-30
Merge tag 'dirtylimit-dirtyrate-pull-request' of https://github.com/newfriday...
Stefan Hajnoczi
2023-08-29
softmmu: Use async_run_on_cpu in tcg_commit
Richard Henderson
2023-08-29
softmmu: Assert data in bounds in iotlb_to_section
Richard Henderson
2023-08-29
softmmu/dirtylimit: Convert free to g_free
alloc.young
2023-08-29
softmmu: Fix dirtylimit memory leak
alloc.young
2023-08-22
qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installed
Chris Laplante
2023-08-22
qtest: bail from irq_intercept_in if name is specified
Chris Laplante
2023-08-22
qtest: implement named interception of out-GPIO
Chris Laplante
2023-08-22
qtest: factor out qtest_install_gpio_out_intercept
Chris Laplante
2023-07-26
migration: Extend query-migrate to provide dirty page limit info
Hyman Huang(黄勇)
2023-07-26
migration: Implement dirty-limit convergence algo
Hyman Huang(黄勇)
2023-07-26
migration: Introduce dirty-limit capability
Hyman Huang(黄勇)
2023-07-26
softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"
Hyman Huang(黄勇)
2023-07-12
softmmu/physmem: Warn with ram_block_discard_range() on MAP_PRIVATE file mapping
David Hildenbrand
2023-07-07
qemu_cleanup: begin drained section after vm_shutdown()
Fiona Ebner
2023-06-27
icount: don't adjust virtual time backwards after warp
Nicholas Piggin
[next]