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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-15
qdev: Split up header so it can be used in cpu.h
Anthony Liguori
1
-366
/
+4
2012-10-06
vl.c: convert *vga_enabled functions to QOM
Aurelien Jarno
1
-1
/
+0
2012-08-01
net: Rename VLANClientState to NetClientState
Stefan Hajnoczi
1
-3
/
+3
2012-08-01
net: Remove VLANState
Stefan Hajnoczi
1
-1
/
+0
2012-08-01
net: Convert qdev_prop_vlan to peer with hub
Zhi Yong Wu
1
-1
/
+1
2012-07-21
qdev: Fix Open Firmware comment
Stefan Weil
1
-6
/
+5
2012-07-18
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-0
/
+3
2012-07-17
constify value pointer for qdev_prop_set_string
Christian Borntraeger
1
-1
/
+1
2012-07-17
qdev: New property type chs-translation
Markus Armbruster
1
-0
/
+3
2012-06-21
qdev-properties: Introduce pci-host-devaddr.
Anthony PERARD
1
-0
/
+3
2012-06-18
qdev: Remove qdev_prop_exists()
Paolo Bonzini
1
-1
/
+0
2012-06-18
qbus: Make child devices links
Anthony Liguori
1
-2
/
+8
2012-06-18
qdev: Convert busses to QEMU Object Model
Anthony Liguori
1
-20
/
+26
2012-06-18
qdev: Use wrapper for qdev_get_path
Anthony Liguori
1
-0
/
+2
2012-06-18
qdev: Remove qdev_prop_set_defaults
Paolo Bonzini
1
-1
/
+0
2012-06-18
qdev: Move bus properties to abstract superclasses
Paolo Bonzini
1
-5
/
+0
2012-06-08
qdev: Remove PropertyInfo range checking
Paolo Bonzini
1
-2
/
+0
2012-06-08
qdev: Use int32_t container for devfn property
Michael Roth
1
-1
/
+1
2012-04-10
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
1
-1
/
+2
2012-04-09
qdev: qdev_unplug(): use error_set()
Luiz Capitulino
1
-1
/
+2
2012-04-05
qdev: add blocksize property type
Stefan Hajnoczi
1
-0
/
+3
2012-04-02
qdev: put all devices under /machine
Paolo Bonzini
1
-0
/
+2
2012-02-07
qdev: remove unused fields from PropertyInfo
Paolo Bonzini
1
-21
/
+0
2012-02-07
qdev: initialize properties via QOM
Paolo Bonzini
1
-4
/
+7
2012-02-07
qdev: access properties via QOM
Paolo Bonzini
1
-3
/
+1
2012-02-07
qdev: let QOM free properties
Paolo Bonzini
1
-1
/
+1
2012-02-07
qdev: remove print/parse methods from LostTickPolicy properties
Paolo Bonzini
1
-0
/
+1
2012-02-03
qom: move properties from qdev to object
Anthony Liguori
1
-275
/
+2
2012-02-03
qdev: nuke qdev_init_chardev()
Anthony Liguori
1
-2
/
+0
2012-02-03
qdev: split out UI portions into a new function
Anthony Liguori
1
-0
/
+2
2012-02-03
qdev: refactor away qdev_create_from_info
Anthony Liguori
1
-0
/
+3
2012-02-03
qdev: remove baked in notion of aliases (v2)
Anthony Liguori
1
-1
/
+0
2012-02-03
qdev: kill off DeviceInfo
Anthony Liguori
1
-32
/
+1
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-1
/
+0
2012-02-03
qdev: kill off DeviceInfo list
Anthony Liguori
1
-2
/
+0
2012-02-03
qdev: remove info from class
Anthony Liguori
1
-5
/
+21
2012-02-03
qdev: make DeviceInfo private
Anthony Liguori
1
-15
/
+9
2012-02-01
qdev: Introduce lost tick policy property
Jan Kiszka
1
-0
/
+7
2012-01-27
qdev: add class_init to DeviceInfo
Anthony Liguori
1
-0
/
+5
2012-01-27
qdev: add a interface to register subclasses
Anthony Liguori
1
-0
/
+1
2012-01-27
qdev: use a wrapper to access reset and promote reset to a class method
Anthony Liguori
1
-0
/
+8
2012-01-27
qdev: don't access name through info
Anthony Liguori
1
-1
/
+1
2012-01-27
qdev: move qdev->info to class
Anthony Liguori
1
-2
/
+14
2012-01-27
qdev: integrate with QEMU Object Model (v2)
Anthony Liguori
1
-0
/
+10
2012-01-22
vga: improve VGA logic
Blue Swirl
1
-0
/
+1
2011-12-19
qdev: fix hotplug when no -device is specified
Anthony Liguori
1
-0
/
+8
2011-12-19
qom: register qdev properties also as non-legacy properties
Paolo Bonzini
1
-4
/
+3
2011-12-19
qom: distinguish "legacy" property type name from QOM type name
Paolo Bonzini
1
-0
/
+1
2011-12-19
qom: introduce get/set methods for Property
Paolo Bonzini
1
-0
/
+4
2011-12-19
qom: interpret the return value when setting legacy properties
Paolo Bonzini
1
-0
/
+2
[next]