index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
softmmu
Commit message (
Expand
)
Author
Age
Files
Lines
*
softmmu/physmem.c: Fix typo in comment
Greg Kurz
2021-10-23
1
-1
/
+1
*
device_tree: Add qemu_fdt_add_path
Yanan Wang
2021-10-21
1
-2
/
+42
*
qdev/qbus: remove failover specific code
Laurent Vivier
2021-10-20
1
-12
/
+6
*
vl: Enable JSON syntax for -device
Kevin Wolf
2021-10-15
1
-7
/
+56
*
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
2021-10-15
1
-38
/
+31
*
qdev: Add Error parameter to hide_device() callbacks
Kevin Wolf
2021-10-15
1
-1
/
+4
*
softmmu/qdev-monitor: add error handling in qdev_set_id
Damien Hedde
2021-10-15
1
-10
/
+29
*
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf
2021-10-15
1
-2
/
+3
*
qdev: Avoid using string visitor for properties
Kevin Wolf
2021-10-15
1
-3
/
+17
*
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into staging
Richard Henderson
2021-10-13
1
-10
/
+10
|
\
|
*
memory: Log access direction for invalid accesses
BALATON Zoltan
2021-10-13
1
-10
/
+10
*
|
monitor: Tidy up find_device_state()
Markus Armbruster
2021-10-13
1
-8
/
+5
|
/
*
softmmu/memory_mapping: optimize for RamDiscardManager sections
David Hildenbrand
2021-10-02
1
-0
/
+20
*
softmmu/memory_mapping: factor out adding physical memory ranges
David Hildenbrand
2021-10-02
1
-21
/
+20
*
softmmu/memory_mapping: never merge ranges accross memory regions
David Hildenbrand
2021-10-02
1
-1
/
+2
*
memory: Add tracepoint for dirty sync
Peter Xu
2021-09-30
2
-0
/
+3
*
memory: Name all the memory listeners
Peter Xu
2021-09-30
1
-0
/
+1
*
memory: Add RAM_PROTECTED flag to skip IOMMU mappings
Sean Christopherson
2021-09-30
2
-1
/
+7
*
qdev: Support marking individual buses as 'full'
Peter Maydell
2021-09-13
1
-1
/
+6
*
softmmu/vl: Deprecate the -sdl and -curses option
Thomas Huth
2021-09-06
1
-0
/
+3
*
softmmu/vl: Deprecate the old grab options
Thomas Huth
2021-09-06
1
-0
/
+6
*
softmmu/vl: Add a "grab-mod" parameter to the -display sdl option
Thomas Huth
2021-09-06
1
-3
/
+12
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...
Peter Maydell
2021-08-27
1
-13
/
+6
|
\
|
*
vl: Clean up -smp error handling
Markus Armbruster
2021-08-26
1
-7
/
+5
|
*
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
2021-08-26
1
-6
/
+1
*
|
softmmu/physmem.c: Check return value from realpath()
Peter Maydell
2021-08-26
1
-0
/
+3
*
|
softmmu/physmem.c: Remove unneeded NULL check in qemu_ram_alloc_from_fd()
Peter Maydell
2021-08-26
1
-1
/
+1
*
|
arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.c
Peter Maydell
2021-08-26
1
-0
/
+9
*
|
meson.build: Define QEMU_ARCH in config-target.h
Peter Maydell
2021-08-26
1
-41
/
+0
*
|
softmmu/arch_init.c: Trim down include list
Peter Maydell
2021-08-26
1
-7
/
+0
*
|
monitor: Use accel_find("kvm") instead of kvm_available()
Peter Maydell
2021-08-26
1
-9
/
+0
*
|
softmmu: Use accel_find("xen") instead of xen_available()
Peter Maydell
2021-08-26
2
-12
/
+3
|
/
*
softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal()
David Hildenbrand
2021-08-17
1
-1
/
+0
*
vl: stop recording -smp in QemuOpts
Paolo Bonzini
2021-07-30
1
-8
/
+14
*
vl: introduce machine_merge_property
Paolo Bonzini
2021-07-30
1
-6
/
+19
*
vl: Don't continue after -smp help.
Markus Armbruster
2021-07-27
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210723-pull-request' ...
Peter Maydell
2021-07-23
1
-0
/
+1
|
\
|
*
vl: add virtio-vga-gl to the default_list
Marc-André Lureau
2021-07-22
1
-0
/
+1
*
|
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-07-22
1
-0
/
+1
|
\
\
|
*
|
vl: Parse legacy default_machine_opts
Jason Andryuk
2021-07-20
1
-0
/
+1
|
|
/
*
/
qemu/atomic: Add aligned_{int64,uint64}_t types
Richard Henderson
2021-07-21
1
-1
/
+1
|
/
*
seccomp: don't block getters for resource control syscalls
Daniel P. Berrangé
2021-07-14
1
-6
/
+0
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-07-11
1
-21
/
+16
|
\
|
*
vl: fix leak of qdict_crumple return value
Paolo Bonzini
2021-07-09
1
-4
/
+9
|
*
modules: check arch and block load on mismatch
Gerd Hoffmann
2021-07-09
1
-0
/
+3
|
*
modules: use modinfo for qemu opts load
Gerd Hoffmann
2021-07-09
1
-17
/
+0
|
*
modules: generate modinfo.c
Gerd Hoffmann
2021-07-09
1
-0
/
+4
*
|
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
2021-07-11
3
-7
/
+11
|
\
\
|
*
|
misc: Remove redundant new line in perror()
Li Zhijian
2021-07-09
1
-1
/
+1
|
*
|
memory: Display MemoryRegion name in read/write ops trace events
Philippe Mathieu-Daudé
2021-07-09
2
-6
/
+10
|
|
/
[next]