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
/
qdev-properties.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-15
qdev: Fold state enum into bool realized
Andreas Färber
1
-12
/
+12
2012-12-23
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
Andreas Färber
1
-4
/
+5
2012-12-19
qdev-properties.c: Separate core from the code used only by qemu-system-*
Eduardo Habkost
1
-326
/
+1
2012-12-19
qdev: Coding style fixes
Eduardo Habkost
1
-18
/
+35
2012-12-19
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
1
-1
/
+1
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
1
-2
/
+2
2012-12-19
net: reorganize headers
Paolo Bonzini
1
-1
/
+1
2012-12-19
janitor: do not rely on indirect inclusions of or from qemu-char.h
Paolo Bonzini
1
-0
/
+1
2012-11-15
qdev: Split up header so it can be used in cpu.h
Anthony Liguori
1
-0
/
+1
2012-08-01
net: Rename VLANClientState to NetClientState
Stefan Hajnoczi
1
-7
/
+7
2012-08-01
net: Remove VLANState
Stefan Hajnoczi
1
-7
/
+0
2012-08-01
net: Convert qdev_prop_vlan to peer with hub
Zhi Yong Wu
1
-15
/
+26
2012-07-18
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-72
/
+88
2012-07-17
constify value pointer for qdev_prop_set_string
Christian Borntraeger
1
-1
/
+1
2012-07-17
block: Geometry and translation hints are now useless, purge them
Markus Armbruster
1
-0
/
+1
2012-07-17
qdev: New property type chs-translation
Markus Armbruster
1
-0
/
+15
2012-07-17
qdev: Collect private helpers in one place
Markus Armbruster
1
-72
/
+72
2012-06-21
qdev-properties: Introduce pci-host-devaddr.
Anthony PERARD
1
-0
/
+107
2012-06-18
qdev: Remove qdev_prop_exists()
Paolo Bonzini
1
-5
/
+0
2012-06-18
qdev: Remove qdev_prop_set_defaults
Paolo Bonzini
1
-22
/
+0
2012-06-18
qdev: Move bus properties to abstract superclasses
Paolo Bonzini
1
-18
/
+22
2012-06-08
qdev: Remove PropertyInfo range checking
Paolo Bonzini
1
-80
/
+26
2012-06-08
qdev: Switch property accessors to fixed-width visitor interfaces
Michael Roth
1
-61
/
+89
2012-06-08
qdev: Use int32_t container for devfn property
Michael Roth
1
-7
/
+4
2012-05-21
qdev: Fix memory leak
dunrong huang
1
-1
/
+5
2012-05-03
qdev: Fix memory leak in function set_pci_devfn
Stefan Weil
1
-0
/
+1
2012-04-05
qdev: add blocksize property type
Stefan Hajnoczi
1
-0
/
+46
2012-03-12
qdev: accept empty string properties
Paolo Bonzini
1
-4
/
+0
2012-02-22
qdev: drop unnecessary parse/print methods
Paolo Bonzini
1
-134
/
+0
2012-02-22
qdev: use built-in QOM string parser
Paolo Bonzini
1
-2
/
+2
2012-02-22
qdev: accept hex properties only if prefixed by 0x
Paolo Bonzini
1
-0
/
+12
2012-02-22
qdev: accept both strings and integers for PCI addresses
Paolo Bonzini
1
-11
/
+25
2012-02-14
qdev: print error message before aborting
Paolo Bonzini
1
-13
/
+13
2012-02-14
qdev: allow setting properties to NULL
Paolo Bonzini
1
-6
/
+9
2012-02-07
qdev: remove unused fields from PropertyInfo
Paolo Bonzini
1
-37
/
+1
2012-02-07
qdev: initialize properties via QOM
Paolo Bonzini
1
-15
/
+14
2012-02-07
qdev: inline qdev_prop_set into qdev_prop_set_ptr
Paolo Bonzini
1
-19
/
+7
2012-02-07
qdev: access properties via QOM
Paolo Bonzini
1
-24
/
+54
2012-02-07
qdev: fix off-by-one
Paolo Bonzini
1
-3
/
+3
2012-02-07
qdev: let QOM free properties
Paolo Bonzini
1
-7
/
+12
2012-02-07
qdev: remove parse/print methods for pointer properties
Paolo Bonzini
1
-56
/
+72
2012-02-07
qdev: make the non-legacy pci address property accept an integer
Paolo Bonzini
1
-19
/
+9
2012-02-07
qdev: remove parse/print methods for mac properties
Paolo Bonzini
1
-19
/
+42
2012-02-07
qdev: remove print/parse methods from LostTickPolicy properties
Paolo Bonzini
1
-31
/
+31
2012-02-07
qdev: remove parse method for string properties
Paolo Bonzini
1
-11
/
+0
2012-02-07
qdev: remove direct calls to print/parse
Paolo Bonzini
1
-16
/
+10
2012-02-03
qom: move properties from qdev to object
Anthony Liguori
1
-18
/
+35
2012-02-03
qdev: make DeviceInfo private
Anthony Liguori
1
-2
/
+2
2012-02-01
qdev: Introduce lost tick policy property
Jan Kiszka
1
-0
/
+55
[next]