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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-27
qdev error logging
Gerd Hoffmann
1
-17
/
+17
2009-08-27
qdev: add return value to init() callbacks.
Gerd Hoffmann
1
-3
/
+6
2009-08-10
rename "info qdrv" to "info qdm"
Gerd Hoffmann
1
-1
/
+1
2009-08-10
fix qdev_print_devinfo()
Gerd Hoffmann
1
-8
/
+16
2009-08-10
QemuOpts: switch over -device.
Gerd Hoffmann
1
-40
/
+38
2009-08-10
tolower -> qemu_tolower
Christoph Egger
1
-1
/
+1
2009-07-30
qdev/core: add monitor command to list all drivers
Gerd Hoffmann
1
-0
/
+11
2009-07-30
qdev: factor out qdev_print_devinfo.
Gerd Hoffmann
1
-1
/
+18
2009-07-27
kill drives_table
Gerd Hoffmann
1
-10
/
+7
2009-07-27
qdev: bus walker + qdev_device_add()
Gerd Hoffmann
1
-0
/
+251
2009-07-27
qdev: create default bus names.
Gerd Hoffmann
1
-1
/
+24
2009-07-17
Suppress a Sparse warning
Blue Swirl
1
-1
/
+0
2009-07-16
qdev: add user-specified identifier to devices.
Gerd Hoffmann
1
-2
/
+4
2009-07-16
qdev: add no_user, alias and desc
Gerd Hoffmann
1
-0
/
+12
2009-07-16
qdev/compat: compat property infrastructure.
Gerd Hoffmann
1
-0
/
+1
2009-07-16
qdev: factor out driver search to qdev_find_info()
Gerd Hoffmann
1
-7
/
+15
2009-07-16
qdev: rework device properties.
Gerd Hoffmann
1
-121
/
+20
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-2
/
+1
2009-07-09
Don't leak VLANClientState on PCI hot remove
Mark McLoughlin
1
-2
/
+3
2009-07-09
qdev: remove DeviceType
Gerd Hoffmann
1
-23
/
+15
2009-07-09
qdev: replace bus_type enum with bus_info struct.
Gerd Hoffmann
1
-38
/
+20
2009-06-11
qdev: move name+size into DeviceInfo (v2)
Gerd Hoffmann
1
-11
/
+7
2009-06-10
Merge branch 'net-queue'
Anthony Liguori
1
-4
/
+5
2009-06-09
Fix Sparse warning
Blue Swirl
1
-1
/
+1
2009-06-09
net: re-name vc->fd_read() to vc->receive()
Mark McLoughlin
1
-5
/
+5
2009-06-09
net: add fd_readv() handler to qemu_new_vlan_client() args
Mark McLoughlin
1
-3
/
+4
2009-06-08
qdev: c99 initilaizers for bus_type_names
Gerd Hoffmann
1
-5
/
+5
2009-06-06
Fix typo
Paul Brook
1
-1
/
+1
2009-06-05
qdev: add monitor command to dump the tree.
Gerd Hoffmann
1
-0
/
+73
2009-06-05
Record device property types
Paul Brook
1
-7
/
+32
2009-06-04
qdev: kill DeviceState->name
Gerd Hoffmann
1
-2
/
+1
2009-05-26
Remove qdev irq sink handling
Paul Brook
1
-13
/
+0
2009-05-23
Add common BusState
Paul Brook
1
-36
/
+53
2009-05-17
Consistently use uint64_t for int properties
Paul Brook
1
-2
/
+2
2009-05-14
PCI network qdev conversion
Paul Brook
1
-0
/
+25
2009-05-14
qdev scsi bus infrastructure
Paul Brook
1
-0
/
+19
2009-05-14
qdev child bus support
Paul Brook
1
-0
/
+30
2009-05-14
Basic qdev infrastructure.
Paul Brook
1
-0
/
+237