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
2021-11-01
qdev-monitor: Check sysbus device type before creating it
Damien Hedde
2021-10-28
softmmu: fix for "after access" watchpoints
Pavel Dovgalyuk
2021-10-28
softmmu: remove useless condition in watchpoint check
Pavel Dovgalyuk
2021-10-28
softmmu: fix watchpoint processing in icount mode
Pavel Dovgalyuk
2021-10-23
softmmu/physmem.c: Fix typo in comment
Greg Kurz
2021-10-20
device_tree: Add qemu_fdt_add_path
Yanan Wang
2021-10-20
qdev/qbus: remove failover specific code
Laurent Vivier
2021-10-15
vl: Enable JSON syntax for -device
Kevin Wolf
2021-10-15
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
2021-10-15
qdev: Add Error parameter to hide_device() callbacks
Kevin Wolf
2021-10-15
softmmu/qdev-monitor: add error handling in qdev_set_id
Damien Hedde
2021-10-15
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf
2021-10-15
qdev: Avoid using string visitor for properties
Kevin Wolf
2021-10-13
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into staging
Richard Henderson
2021-10-13
memory: Log access direction for invalid accesses
BALATON Zoltan
2021-10-13
monitor: Tidy up find_device_state()
Markus Armbruster
2021-10-02
softmmu/memory_mapping: optimize for RamDiscardManager sections
David Hildenbrand
2021-10-02
softmmu/memory_mapping: factor out adding physical memory ranges
David Hildenbrand
2021-10-02
softmmu/memory_mapping: never merge ranges accross memory regions
David Hildenbrand
2021-09-30
memory: Add tracepoint for dirty sync
Peter Xu
2021-09-30
memory: Name all the memory listeners
Peter Xu
2021-09-30
memory: Add RAM_PROTECTED flag to skip IOMMU mappings
Sean Christopherson
2021-09-13
qdev: Support marking individual buses as 'full'
Peter Maydell
2021-09-06
softmmu/vl: Deprecate the -sdl and -curses option
Thomas Huth
2021-09-06
softmmu/vl: Deprecate the old grab options
Thomas Huth
2021-09-06
softmmu/vl: Add a "grab-mod" parameter to the -display sdl option
Thomas Huth
2021-08-27
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...
Peter Maydell
2021-08-26
softmmu/physmem.c: Check return value from realpath()
Peter Maydell
2021-08-26
softmmu/physmem.c: Remove unneeded NULL check in qemu_ram_alloc_from_fd()
Peter Maydell
2021-08-26
arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.c
Peter Maydell
2021-08-26
meson.build: Define QEMU_ARCH in config-target.h
Peter Maydell
2021-08-26
softmmu/arch_init.c: Trim down include list
Peter Maydell
2021-08-26
monitor: Use accel_find("kvm") instead of kvm_available()
Peter Maydell
2021-08-26
softmmu: Use accel_find("xen") instead of xen_available()
Peter Maydell
2021-08-26
vl: Clean up -smp error handling
Markus Armbruster
2021-08-26
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
2021-08-17
softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal()
David Hildenbrand
2021-07-30
vl: stop recording -smp in QemuOpts
Paolo Bonzini
2021-07-30
vl: introduce machine_merge_property
Paolo Bonzini
2021-07-27
vl: Don't continue after -smp help.
Markus Armbruster
2021-07-23
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210723-pull-request' ...
Peter Maydell
2021-07-22
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-07-22
vl: add virtio-vga-gl to the default_list
Marc-André Lureau
2021-07-21
qemu/atomic: Add aligned_{int64,uint64}_t types
Richard Henderson
2021-07-20
vl: Parse legacy default_machine_opts
Jason Andryuk
2021-07-14
seccomp: don't block getters for resource control syscalls
Daniel P. Berrangé
2021-07-11
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-07-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
2021-07-09
misc: Remove redundant new line in perror()
Li Zhijian
2021-07-09
memory: Display MemoryRegion name in read/write ops trace events
Philippe Mathieu-Daudé
[next]