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
...
|
*
vl: preconfig and loadvm are mutually exclusive
Paolo Bonzini
2020-12-10
1
-1
/
+6
|
*
vl: extract various command line validation snippets to a new function
Paolo Bonzini
2020-12-10
1
-39
/
+39
|
*
vl: move prelaunch part of qemu_init to new functions
Paolo Bonzini
2020-12-10
1
-115
/
+134
|
*
vl: extract qemu_init_subsystems
Paolo Bonzini
2020-12-10
1
-51
/
+43
|
*
vl: move various initialization routines out of qemu_init
Paolo Bonzini
2020-12-10
2
-11
/
+0
|
*
vl: split various early command line options to a separate function
Paolo Bonzini
2020-12-10
1
-88
/
+112
|
*
vl: remove bogus check
Paolo Bonzini
2020-12-10
1
-6
/
+0
|
*
vl: extract validation of -smp to machine.c
Paolo Bonzini
2020-12-10
1
-18
/
+2
|
*
make ram_size local to vl.c
Paolo Bonzini
2020-12-10
1
-1
/
+1
|
*
vl: remove bios_name
Paolo Bonzini
2020-12-10
1
-2
/
+0
|
*
dma: Let dma_memory_set() propagate MemTxResult
Philippe Mathieu-Daudé
2020-12-10
1
-3
/
+4
|
*
WHPX: support for the kernel-irqchip on/off
Sunil Muthuswamy
2020-12-10
2
-3
/
+8
*
|
Tweak a few "Parameter 'NAME' expects THING" error message
Markus Armbruster
2020-12-10
1
-2
/
+2
|
/
*
failover: make sure that id always exist
Juan Quintela
2020-12-08
1
-0
/
+4
*
failover: simplify qdev_device_add()
Juan Quintela
2020-12-08
1
-26
/
+6
*
failover: simplify qdev_device_add() failover case
Juan Quintela
2020-12-08
1
-5
/
+6
*
failover: fix indentantion
Juan Quintela
2020-12-08
1
-2
/
+2
*
memory: Skip bad range assertion if notifier is DEVIOTLB_UNMAP type
Eugenio Pérez
2020-12-08
1
-2
/
+9
*
memory: Add IOMMUTLBEvent
Eugenio Pérez
2020-12-08
1
-11
/
+9
*
memory: Rename memory_region_notify_one to memory_region_notify_iommu_one
Eugenio Pérez
2020-12-08
1
-3
/
+3
*
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...
Peter Maydell
2020-11-23
1
-2
/
+9
|
\
|
*
softmmu/memory: fix memory_region_ioeventfd_equal()
Elena Afanasova
2020-11-03
1
-2
/
+9
*
|
memory: Skip dirty tracking for un-migratable memory regions
Zenghui Yu
2020-11-16
1
-1
/
+4
*
|
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-11-15
2
-2
/
+2
*
|
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...
Peter Maydell
2020-11-11
1
-4
/
+2
|
\
\
|
*
|
trace: remove argument from trace_init_file
Paolo Bonzini
2020-11-11
1
-4
/
+2
*
|
|
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-11-11
1
-3
/
+3
|
\
\
\
|
*
|
|
physmem: improve ram size error messages
Pankaj Gupta
2020-11-10
1
-3
/
+3
|
|
/
/
*
/
/
Fix the qemu crash when guest shutdown in COLO mode
Rao, Lei
2020-11-11
1
-0
/
+1
|
/
/
*
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-11-05
1
-0
/
+13
|
\
\
|
*
|
memory: Add interface to set iommu page size mask
Bharat Bhushan
2020-11-03
1
-0
/
+13
|
|
/
*
|
semihosting: fix order of initialization functions
Paolo Bonzini
2020-11-03
1
-3
/
+1
*
|
exec: Remove dead code (CID 1432876)
Philippe Mathieu-Daudé
2020-11-03
1
-9
/
+1
|
/
*
memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabled
Kirti Wankhede
2020-11-01
1
-1
/
+1
*
pc: Implement -no-hpet as sugar for -machine hpet=on
Eduardo Habkost
2020-10-30
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-10-26
1
-16
/
+0
|
\
|
*
machine: move SMP initialization from vl.c
Paolo Bonzini
2020-10-26
1
-7
/
+0
|
*
machine: move UP defaults to class_base_init
Paolo Bonzini
2020-10-26
1
-5
/
+0
|
*
Remove deprecated -no-kvm option
Thomas Huth
2020-10-22
1
-4
/
+0
*
|
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-2...
Peter Maydell
2020-10-26
2
-0
/
+29
|
\
\
|
*
|
fuzz: Add fuzzer callbacks to DMA-read functions
Alexander Bulekov
2020-10-26
2
-0
/
+3
|
*
|
fuzz: Declare DMA Read callback function
Alexander Bulekov
2020-10-26
1
-0
/
+13
|
*
|
memory: Add FlatView foreach function
Alexander Bulekov
2020-10-24
1
-0
/
+13
|
|
/
*
/
block/export: vhost-user block device backend server
Coiby Xu
2020-10-23
1
-0
/
+4
|
/
*
Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-reque...
Peter Maydell
2020-10-22
1
-3
/
+7
|
\
|
*
spice: load module when enabled on the cmdline
Gerd Hoffmann
2020-10-21
1
-1
/
+5
|
*
spice: move display_init() to QemuSpiceOps.
Gerd Hoffmann
2020-10-21
1
-1
/
+1
|
*
spice: move qemu_spice_init() to QemuSpiceOps.
Gerd Hoffmann
2020-10-21
1
-1
/
+1
*
|
qapi: Restrict 'inject-nmi' command to machine code
Philippe Mathieu-Daudé
2020-10-21
1
-0
/
+1
|
/
*
chardev/spice: simplify chardev setup
Gerd Hoffmann
2020-10-15
1
-4
/
+5
[prev]
[next]