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
...
*
|
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
|
*
hw/core/qdev-properties: Extract system-mode specific properties
Philippe Mathieu-Daudé
2020-10-06
2
-682
/
+679
|
*
hw/core/qdev-properties: Export some integer-related functions
Philippe Mathieu-Daudé
2020-10-06
2
-22
/
+35
|
*
hw/core/qdev-properties: Export qdev_prop_enum
Philippe Mathieu-Daudé
2020-10-06
1
-0
/
+7
|
*
hw/core/qdev-properties: Export enum-related functions
Philippe Mathieu-Daudé
2020-10-06
2
-28
/
+49
|
*
hw/core/qdev-properties: Fix code style
Philippe Mathieu-Daudé
2020-10-06
1
-5
/
+5
|
*
hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()
Philippe Mathieu-Daudé
2020-10-06
1
-13
/
+12
|
*
hw/core/qdev-properties: Use qemu_strtol() in set_mac() handler
Philippe Mathieu-Daudé
2020-10-06
1
-2
/
+9
*
|
cpus: add handle_interrupt to the CpusAccel interface
Claudio Fontana
2020-10-05
1
-13
/
+0
*
|
cpus: prepare new CpusAccel cpu accelerator interface
Claudio Fontana
2020-10-05
1
-0
/
+1
*
|
cpu-timers, icount: new modules
Claudio Fontana
2020-10-05
1
-3
/
+5
|
/
*
numa: remove fixup numa_state->num_nodes to MAX_NODES
Igor Mammedov
2020-09-30
1
-4
/
+0
*
numa: drop support for '-numa node' (without memory specified)
Igor Mammedov
2020-09-30
2
-56
/
+0
*
qapi: Restrict LostTickPolicy enum to machine code
Philippe Mathieu-Daudé
2020-09-29
1
-0
/
+1
*
virtio: skip legacy support check on machine types less than 5.1
Stefano Garzarella
2020-09-29
1
-0
/
+1
*
cphp: remove deprecated cpu-add command(s)
Igor Mammedov
2020-09-29
2
-24
/
+0
*
core/register: Specify instance_size in the TypeInfo
Alistair Francis
2020-09-26
1
-18
/
+13
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2020-09-24
1
-3
/
+3
|
\
|
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-3
/
+3
*
|
machine: Register "memory-backend" as class property
Eduardo Habkost
2020-09-22
1
-6
/
+6
*
|
smp: drop support for deprecated (invalid topologies)
Igor Mammedov
2020-09-22
1
-12
/
+4
*
|
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
2020-09-22
2
-2
/
+2
|
/
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-1
/
+2
*
target/arm: Move setting of CPU halted state to generic code
Thiago Jung Bauermann
2020-09-08
1
-1
/
+1
*
hw/core/sysbus: Assert memory region index is in range
Philippe Mathieu-Daudé
2020-09-01
1
-0
/
+1
*
hw/core/sysbus: Fix a typo
Philippe Mathieu-Daudé
2020-09-01
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828'...
Peter Maydell
2020-08-28
2
-1
/
+12
|
\
|
*
hw/qdev-clock: Avoid calling qdev_connect_clock_in after DeviceRealize
Philippe Mathieu-Daudé
2020-08-28
1
-0
/
+1
|
*
hw/qdev-clock: Uninline qdev_connect_clock_in()
Philippe Mathieu-Daudé
2020-08-28
1
-0
/
+5
|
*
hw/clock: Let clock_set() return boolean value
Philippe Mathieu-Daudé
2020-08-28
1
-1
/
+6
*
|
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-08-28
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
numa: hmat: fix cache size check
Igor Mammedov
2020-08-27
1
-4
/
+4
*
|
vhost-user-blk-pci: default num_queues to -smp N
Stefan Hajnoczi
2020-08-27
1
-0
/
+1
*
|
virtio-blk-pci: default num_queues to -smp N
Stefan Hajnoczi
2020-08-27
1
-0
/
+1
*
|
virtio-scsi-pci: default num_queues to -smp N
Stefan Hajnoczi
2020-08-27
1
-1
/
+5
|
/
*
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-08-22
2
-0
/
+7
|
\
|
*
hw: add compat machines for 5.2
Cornelia Huck
2020-08-19
1
-0
/
+3
|
*
qmp: Expose MachineClass::default_ram_id
Michal Privoznik
2020-08-19
1
-0
/
+4
[prev]
[next]