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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
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
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
1
-1
/
+1
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
1
-1
/
+1
2017-04-20
qdev: Constify local variable returned by blk_bs
Krzysztof Kozlowski
1
-1
/
+1
2017-04-03
block: add missed aio_context_acquire into release_drive
Denis V. Lunev
1
-0
/
+4
2017-02-28
hw/block: Request permissions
Kevin Wolf
1
-1
/
+0
2017-02-28
block: Add error parameter to blk_insert_bs()
Kevin Wolf
1
-1
/
+6
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
1
-1
/
+2
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
1
-2
/
+2
2016-11-10
qdev: fix use-after-free regression from becdfa00cfa
Marc-André Lureau
1
-6
/
+2
2016-10-24
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
Marc-André Lureau
1
-9
/
+5
2016-10-24
char: replace PROP_CHR with CharBackend
Marc-André Lureau
1
-34
/
+50
2016-08-08
block/qdev: Let 'drive' property fall back to node name
Kevin Wolf
1
-1
/
+10
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
1
-1
/
+1
[next]