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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-17
qdev: Fix qdev_try_create() semantics
Andreas Färber
1
-0
/
+3
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-07
qdev: initialize properties via QOM
Paolo Bonzini
1
-2
/
+2
2012-02-07
qdev: let QOM free properties
Paolo Bonzini
1
-7
/
+1
2012-02-07
qdev: allow reusing get/set for legacy property
Paolo Bonzini
1
-4
/
+7
2012-02-07
qdev: remove direct calls to print/parse
Paolo Bonzini
1
-0
/
+9
2012-02-03
qdev: implement cleanup logic in finalize
Anthony Liguori
1
-25
/
+32
2012-02-03
qom: move properties from qdev to object
Anthony Liguori
1
-474
/
+17
2012-02-03
qdev: nuke qdev_init_chardev()
Anthony Liguori
1
-9
/
+0
2012-02-03
qdev: split out UI portions into a new function
Anthony Liguori
1
-571
/
+1
2012-02-03
qdev: refactor away qdev_create_from_info
Anthony Liguori
1
-13
/
+22
2012-02-03
qdev: split out common init to instance_init
Anthony Liguori
1
-13
/
+28
2012-02-03
qdev: remove baked in notion of aliases (v2)
Anthony Liguori
1
-6
/
+87
2012-02-03
qdev: kill off DeviceInfo
Anthony Liguori
1
-69
/
+1
2012-02-03
qdev: kill off DeviceInfo list
Anthony Liguori
1
-57
/
+30
2012-02-03
qdev: refactor device creation to allow bus_info to be set only in class
Anthony Liguori
1
-23
/
+19
2012-02-03
qdev: allow classes to overload qdev functions
Anthony Liguori
1
-20
/
+33
2012-02-03
qdev: remove info from class
Anthony Liguori
1
-38
/
+56
2012-02-03
qdev: make DeviceInfo private
Anthony Liguori
1
-1
/
+29
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
1
-0
/
+1
2012-01-27
qdev: add class_init to DeviceInfo
Anthony Liguori
1
-0
/
+4
2012-01-27
qdev: add a interface to register subclasses
Anthony Liguori
1
-2
/
+7
2012-01-27
qdev: use a wrapper to access reset and promote reset to a class method
Anthony Liguori
1
-5
/
+17
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
-29
/
+41
2012-01-27
qdev: integrate with QEMU Object Model (v2)
Anthony Liguori
1
-2
/
+25
2012-01-22
vga: improve VGA logic
Blue Swirl
1
-0
/
+4
2012-01-13
qdev: fix device_del by refactoring reference counting
Anthony Liguori
1
-6
/
+39
2011-12-19
qdev: fix hotplug when no -device is specified
Anthony Liguori
1
-0
/
+6
2011-12-19
qom: register qdev properties also as non-legacy properties
Paolo Bonzini
1
-3
/
+25
2011-12-19
qom: distinguish "legacy" property type name from QOM type name
Paolo Bonzini
1
-3
/
+6
2011-12-19
qom: interpret the return value when setting legacy properties
Paolo Bonzini
1
-4
/
+1
2011-12-19
qom: push permission checks up into qdev_property_add_legacy
Paolo Bonzini
1
-27
/
+19
2011-12-19
qom: fix swapped parameters
Paolo Bonzini
1
-1
/
+1
2011-12-15
qdev: add a qdev_get_type() function and expose as a 'type' property
Anthony Liguori
1
-0
/
+7
2011-12-15
qom: add string property type
Anthony Liguori
1
-0
/
+59
2011-12-15
qom: optimize qdev_get_canonical_path using a parent link
Anthony Liguori
1
-32
/
+24
2011-12-15
dev: add an anonymous peripheral container
Anthony Liguori
1
-1
/
+20
2011-12-15
qdev: add explicitly named devices to the root complex
Anthony Liguori
1
-0
/
+14
2011-12-15
qom: add link properties (v2)
Anthony Liguori
1
-0
/
+74
2011-12-15
qom: add child properties (composition) (v3)
Anthony Liguori
1
-0
/
+26
2011-12-15
qdev: provide a path resolution (v2)
Anthony Liguori
1
-0
/
+103
2011-12-15
qdev: provide an interface to return canonical path from root (v2)
Anthony Liguori
1
-0
/
+48
2011-12-15
qom: introduce root device
Anthony Liguori
1
-0
/
+12
2011-12-15
qom: register legacy properties as new style properties (v2)
Anthony Liguori
1
-0
/
+86
2011-12-15
qom: add new dynamic property infrastructure based on Visitors (v2)
Anthony Liguori
1
-0
/
+97
2011-12-15
qom: add a reference count to qdev objects
Anthony Liguori
1
-0
/
+16
2011-11-10
qdev: Fix crash on -device '?=x'
Markus Armbruster
1
-1
/
+1
2011-10-28
qdev: switch children device list to QTAILQ
Paolo Bonzini
1
-12
/
+12
2011-09-16
qdev: print bus properties too
Gerd Hoffmann
1
-0
/
+6
[next]