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
/
hw
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
qdev: Make error_set_from_qdev_prop_error() get Object* argument
Eduardo Habkost
2020-12-15
2
-10
/
+10
*
|
qdev: Make check_prop_still_unset() get Object* argument
Eduardo Habkost
2020-12-15
1
-5
/
+5
*
|
qdev: Make qdev_find_global_prop() get Object* argument
Eduardo Habkost
2020-12-15
2
-3
/
+3
*
|
qdev: Make qdev_get_prop_ptr() get Object* arg
Eduardo Habkost
2020-12-15
2
-83
/
+56
*
|
qdev: Make bit_prop_set() get Object* argument
Eduardo Habkost
2020-12-15
1
-4
/
+6
*
|
qdev: Make PropertyInfo.print method get Object* argument
Eduardo Habkost
2020-12-15
2
-3
/
+3
*
|
qdev: Don't use dev->id on set_size32() error message
Eduardo Habkost
2020-12-15
1
-1
/
+1
*
|
qdev: Check dev->realized at set_size()
Eduardo Habkost
2020-12-15
1
-0
/
+5
*
|
qdev: Move property code to qdev-properties.[ch]
Eduardo Habkost
2020-12-15
2
-120
/
+120
*
|
cpu: Move cpu_common_props to hw/core/cpu.c
Eduardo Habkost
2020-12-15
1
-0
/
+15
|
/
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-12-11
5
-16
/
+74
|
\
|
*
vl: extract machine done notifiers
Paolo Bonzini
2020-12-10
1
-0
/
+24
|
*
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
1
-0
/
+1
|
*
vl: move CHECKPOINT_INIT after preconfig
Paolo Bonzini
2020-12-10
1
-0
/
+5
|
*
vl: extract various command line validation snippets to a new function
Paolo Bonzini
2020-12-10
1
-0
/
+1
|
*
vl: move various initialization routines out of qemu_init
Paolo Bonzini
2020-12-10
1
-0
/
+3
|
*
vl: extract validation of -smp to machine.c
Paolo Bonzini
2020-12-10
1
-0
/
+23
|
*
make ram_size local to vl.c
Paolo Bonzini
2020-12-10
2
-6
/
+7
|
*
hw/core/stream: Rename StreamSlave as StreamSink
Philippe Mathieu-Daudé
2020-12-10
1
-10
/
+10
*
|
Tweak a few "Parameter 'NAME' expects THING" error message
Markus Armbruster
2020-12-10
1
-1
/
+1
|
/
*
hw: add compat machines for 6.0
Cornelia Huck
2020-12-08
1
-0
/
+3
*
failover: Rename function to hide_device()
Juan Quintela
2020-12-08
1
-2
/
+2
*
failover: should_be_hidden() should take a bool
Juan Quintela
2020-12-08
1
-14
/
+5
*
Revert "hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()"
Michael S. Tsirkin
2020-11-24
1
-12
/
+13
*
register: Remove unnecessary NULL check
Alistair Francis
2020-11-17
1
-4
/
+0
*
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-11-15
4
-4
/
+4
*
pvpanic: Advertise the PVPANIC_CRASHLOADED event support
Paolo Bonzini
2020-11-11
1
-0
/
+1
*
hw/mips/boston: Fix Lesser GPL version number
Chetan Pant
2020-11-03
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20201102' into staging
Peter Maydell
2020-11-02
1
-0
/
+1
|
\
|
*
hw/block/nvme: change controller pci id
Klaus Jensen
2020-10-27
1
-0
/
+1
*
|
hw/core/ptimer: Support ptimer being disabled by timer callback
Peter Maydell
2020-10-27
1
-0
/
+4
*
|
hw/core/clock: trace clock values in Hz instead of ns
Luc Michel
2020-10-27
2
-5
/
+5
|
/
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-10-26
2
-24
/
+20
|
\
|
*
machine: move SMP initialization from vl.c
Paolo Bonzini
2020-10-26
1
-0
/
+7
|
*
machine: move UP defaults to class_base_init
Paolo Bonzini
2020-10-26
1
-1
/
+5
|
*
machine: remove deprecated -machine enforce-config-section option
Paolo Bonzini
2020-10-26
1
-23
/
+0
|
*
hw/core/qdev-clock: add a reference on aliased clocks
Luc Michel
2020-10-22
1
-0
/
+8
*
|
block: move logical block size check function to a common utility function
Coiby Xu
2020-10-23
1
-26
/
+5
|
/
*
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20201017' ...
Peter Maydell
2020-10-19
2
-0
/
+26
|
\
|
*
hw/core/clock: Add the clock_new helper function
Luc Michel
2020-10-16
1
-0
/
+15
|
*
hw/qdev-clock: Display error hint when clock is missing from device
Philippe Mathieu-Daudé
2020-10-16
1
-0
/
+11
*
|
cpu: Introduce CPU model deprecation API
Robert Hoo
2020-10-14
1
-2
/
+10
|
/
*
device-core: use atomic_set on .realized property
Maxim Levitsky
2020-10-12
1
-1
/
+18
*
device-core: use RCU for list of children of a bus
Maxim Levitsky
2020-10-12
2
-25
/
+40
*
qdev: add "check if address free" callback for buses
Paolo Bonzini
2020-10-12
1
-2
/
+15
*
hw/core: Move the creation of the library to the main meson.build
Philippe Mathieu-Daudé
2020-10-12
1
-6
/
+0
*
monitor: Add Monitor parameter to monitor_get_cpu_index()
Kevin Wolf
2020-10-09
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-10-08
5
-705
/
+756
|
\
|
*
numa: hmat: require parent cache description before the next level one
Igor Mammedov
2020-10-06
1
-1
/
+7
|
*
hw/core/cpu: Add missing 'exec/cpu-common.h' include
Philippe Mathieu-Daudé
2020-10-06
1
-0
/
+1
[prev]
[next]