index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
core
/
qdev-properties-system.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-03
util/uuid: Add UUID_STR_LEN definition
Cédric Le Goater
1
-1
/
+1
2023-11-03
memory: Let ReservedRegion use Range
Eric Auger
1
-3
/
+6
2023-11-01
cpr: reboot mode
Steve Sistare
1
-1
/
+1
2023-11-01
migration: mode parameter
Steve Sistare
1
-0
/
+14
2023-10-20
CPU topology: extend with s390 specifics
Pierre Morel
1
-0
/
+13
2023-10-03
audio: return Error ** from audio_state_by_name
Paolo Bonzini
1
-12
/
+4
2023-09-21
hw/other: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-06-28
qdev-properties-system: Lock AioContext for blk_insert_bs()
Kevin Wolf
1
-2
/
+6
2023-01-13
hw/core/qdev-properties-system: Allow the 'slew' policy only on x86
Thomas Huth
1
-1
/
+27
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
1
-0
/
+1
2022-12-14
qapi: Use returned bool to check for failure (again)
Markus Armbruster
1
-4
/
+1
2021-10-15
net: Introduce NetClientInfo.check_peer_type()
Kevin Wolf
1
-0
/
+6
2021-09-01
qdev: allow setting drive property for realized device
Vladimir Sementsov-Ogievskiy
1
-12
/
+31
2020-12-18
qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()
Eduardo Habkost
1
-25
/
+25
2020-12-18
qdev: Move dev->realized check to qdev_property_set()
Eduardo Habkost
1
-70
/
+0
2020-12-18
qdev: Avoid using prop->name unnecessarily
Eduardo Habkost
1
-7
/
+7
2020-12-18
qdev: Get just property name at error_set_from_qdev_prop_error()
Eduardo Habkost
1
-6
/
+6
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
1
-0
/
+1
2020-12-15
qdev: Move UUID property to qdev-properties-system.c
Eduardo Habkost
1
-0
/
+57
2020-12-15
qdev: Make error_set_from_qdev_prop_error() get Object* argument
Eduardo Habkost
1
-5
/
+5
2020-12-15
qdev: Make check_prop_still_unset() get Object* argument
Eduardo Habkost
1
-5
/
+5
2020-12-15
qdev: Make qdev_find_global_prop() get Object* argument
Eduardo Habkost
1
-1
/
+1
2020-12-15
qdev: Make qdev_get_prop_ptr() get Object* arg
Eduardo Habkost
1
-34
/
+23
2020-12-15
qdev: Make PropertyInfo.print method get Object* argument
Eduardo Habkost
1
-1
/
+2
2020-12-10
Tweak a few "Parameter 'NAME' expects THING" error message
Markus Armbruster
1
-1
/
+1
2020-11-24
Revert "hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()"
Michael S. Tsirkin
1
-12
/
+13
2020-10-23
block: move logical block size check function to a common utility function
Coiby Xu
1
-26
/
+5
2020-10-06
hw/core/qdev-properties: Extract system-mode specific properties
Philippe Mathieu-Daudé
1
-8
/
+679
2020-09-22
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
1
-1
/
+1
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-12
/
+4
2020-07-10
qdev: Make functions taking Error ** return bool, not void
Markus Armbruster
1
-2
/
+2
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-5
/
+5
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-8
/
+4
2020-06-23
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
1
-2
/
+8
2020-06-23
qdev: Reject chardev property override
Markus Armbruster
1
-0
/
+8
2020-06-23
qdev: Reject drive property override
Markus Armbruster
1
-0
/
+8
2020-06-23
qdev: Improve netdev property override error a bit
Markus Armbruster
1
-3
/
+27
2020-06-23
qdev: Eliminate get_pointer(), set_pointer()
Markus Armbruster
1
-60
/
+35
2019-08-21
audio: add audiodev properties to frontends
Kővágó, Zoltán
1
-0
/
+57
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-1
/
+1
2019-06-04
block: Add qdev_prop_drive_iothread property type
Kevin Wolf
1
-5
/
+38
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-1
/
+3
2018-12-11
hw: set_netdev: remove useless code
Li Qiang
1
-4
/
+0
2018-05-14
net: Remove the deprecated "vlan" parameter
Thomas Huth
1
-80
/
+0
2017-12-20
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-0
/
+1
2017-12-19
tpm: move qdev_prop_tpm to hw/tpm/
Cornelia Huck
1
-64
/
+0
2017-12-19
qdev: drop unused #include "sysemu/iothread.h"
Stefan Hajnoczi
1
-1
/
+0
2017-12-14
qdev: add DEFINE_PROP_TPMBE
Marc-André Lureau
1
-0
/
+64
2017-07-14
qdev: Add const qualifier to PropertyInfo definitions
Fam Zheng
1
-4
/
+4
2017-06-02
char: make chr_fe_deinit() optionaly delete backend
Marc-André Lureau
1
-1
/
+1
[next]