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
/
qdev-properties.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-01-27
qdev: don't access name through info
Anthony Liguori
1
-8
/
+8
2012-01-27
qdev: move qdev->info to class
Anthony Liguori
1
-10
/
+10
2012-01-27
qdev-property: Make bit property parsing stricter
Jan Kiszka
1
-2
/
+2
2012-01-13
qdev: Add a 'free' method to disassociate chardev from qdev device
Amit Shah
1
-0
/
+11
2011-12-19
qom: distinguish "legacy" property type name from QOM type name
Paolo Bonzini
1
-4
/
+8
2011-12-19
qom: introduce get/set methods for Property
Paolo Bonzini
1
-0
/
+354
2011-12-19
qom: interpret the return value when setting legacy properties
Paolo Bonzini
1
-15
/
+26
2011-10-16
qdev: Add HEX8 property
Jan Kiszka
1
-0
/
+29
2011-09-23
pci-devfn: check that device/slot number is within range
Donald Dutile
1
-0
/
+2
2011-09-06
block: Attach non-qdev devices as well
Markus Armbruster
1
-3
/
+3
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-4
/
+4
2011-04-28
char: Allow devices to use a single multiplexed chardev.
Kusanagi Kouichi
1
-2
/
+2
2011-03-21
char: Prevent multiple devices opening same chardev
Amit Shah
1
-1
/
+6
2011-02-20
qdev: Fix printout of bit device properties with bit index >= 8
David 'Digit' Turner
1
-1
/
+1
2010-08-24
Rearrange block headers
Blue Swirl
1
-0
/
+1
2010-08-22
QemuOpts: make most qemu_*_opts static
Gerd Hoffmann
1
-1
/
+1
2010-07-11
qdev: implement qdev_prop_set_bit().
Isaku Yamahata
1
-0
/
+5
2010-07-02
block: Catch attempt to attach multiple devices to a blockdev
Markus Armbruster
1
-1
/
+21
2010-07-02
qdev: Decouple qdev_prop_drive from DriveInfo
Markus Armbruster
1
-9
/
+12
2010-07-02
blockdev: Clean up automatic drive deletion
Markus Armbruster
1
-0
/
+10
2010-06-30
qdev-properties: Fix (u)intXX parsers
Kevin Wolf
1
-15
/
+35
2010-06-04
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
1
-1
/
+0
2010-06-04
qdev: Don't leak string property value on hot unplug
Markus Armbruster
1
-0
/
+6
2010-06-04
qdev: New qdev_prop_set_string()
Markus Armbruster
1
-0
/
+5
2010-04-23
Make qemu-config available for tools
Kevin Wolf
1
-1
/
+18
2010-03-27
error: Trim includes after "Move qemu_error & friends..."
Markus Armbruster
1
-0
/
+1
2010-03-16
qdev: convert setting device properties to QError
Markus Armbruster
1
-8
/
+7
[next]