index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
hw
/
qdev-core.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
qdev: make properties array "const"
Paolo Bonzini
2024-11-05
1
-2
/
+2
*
hw: Rename DeviceClass::reset field to legacy_reset
Peter Maydell
2024-09-13
1
-2
/
+2
*
hw: Define new device_class_set_legacy_reset()
Peter Maydell
2024-09-13
1
-0
/
+13
*
hw: Remove device_class_set_parent_reset()
Peter Maydell
2024-09-13
1
-16
/
+0
*
include/hw/qdev-core.h: Correct and clarify gpio doc comments
Peter Maydell
2024-07-16
1
-8
/
+9
*
qdev-core: remove DeviceListener from typedefs.h
Paolo Bonzini
2024-05-03
1
-0
/
+1
*
oslib-posix: initialize backend memory objects in parallel
Mark Kanda
2024-02-06
1
-0
/
+5
*
hw/core: Remove transitional infrastructure from BusClass
Peter Maydell
2024-02-02
1
-2
/
+0
*
hw/core/qdev.c: add qdev_get_human_name()
Manos Pitsidianakis
2024-01-30
1
-0
/
+14
*
bulk: Do not declare function prototypes using 'extern' keyword
Philippe Mathieu-Daudé
2023-08-31
1
-2
/
+2
*
include/hw: document the device_class_set_parent_* fns
Alex Bennée
2023-07-10
1
-0
/
+27
*
include: attempt to document device_class_set_props
Alex Bennée
2023-07-10
1
-0
/
+9
*
include/hw/qdev-core: fixup kerneldoc annotations
Alex Bennée
2023-07-03
1
-114
/
+254
*
hw/qdev: introduce qdev_is_realized() helper
Stefan Hajnoczi
2023-05-30
1
-3
/
+14
*
memory: prevent dma-reentracy issues
Alexander Bulekov
2023-04-28
1
-0
/
+7
*
pci: fix 'hotplugglable' property behavior
Igor Mammedov
2023-03-07
1
-1
/
+12
*
hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus()
Philippe Mathieu-Daudé
2023-02-27
1
-1
/
+1
*
hw: Remove device_legacy_reset()
Peter Maydell
2022-12-16
1
-9
/
+0
*
qdev: Remove qdev_reset_all() and qbus_reset_all()
Peter Maydell
2022-12-16
1
-26
/
+0
*
misc: fix commonly doubled up words
Daniel P. Berrangé
2022-08-01
1
-1
/
+1
*
qdev: unplug blocker for devices
Jagannathan Raman
2022-06-15
1
-0
/
+29
*
qdev-core.h: Fix wrongly named reference to TYPE_SPLIT_IRQ
Peter Maydell
2022-01-18
1
-1
/
+1
*
hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameter
Philippe Mathieu-Daudé
2021-12-31
1
-3
/
+3
*
hw/qdev: Correct qdev_connect_gpio_out_named() documentation
Philippe Mathieu-Daudé
2021-12-31
1
-2
/
+3
*
hw/qdev: Correct qdev_init_gpio_out_named() documentation
Philippe Mathieu-Daudé
2021-12-31
1
-1
/
+1
*
hw/qdev: Cosmetic around documentation
Philippe Mathieu-Daudé
2021-12-31
1
-0
/
+11
*
pcie: expire pending delete
Gerd Hoffmann
2021-11-15
1
-0
/
+1
*
watchdog: add information from -watchdog help to -device help
Paolo Bonzini
2021-11-02
1
-0
/
+1
*
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
2021-10-15
1
-5
/
+7
*
qdev: Add Error parameter to hide_device() callbacks
Kevin Wolf
2021-10-15
1
-2
/
+6
*
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf
2021-10-15
1
-1
/
+1
*
qbus: Rename qbus_create() to qbus_new()
Peter Maydell
2021-09-30
1
-1
/
+1
*
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2021-09-30
1
-2
/
+2
*
qdev: Complete qdev_init_gpio_out() documentation
Philippe Mathieu-Daudé
2021-09-15
1
-0
/
+4
*
qdev: Support marking individual buses as 'full'
Peter Maydell
2021-09-13
1
-0
/
+24
*
machine: introduce MachineInitPhase
Paolo Bonzini
2020-12-15
1
-1
/
+31
*
vl: move all generic initialization out of vl.c
Paolo Bonzini
2020-12-15
1
-0
/
+1
*
qdev: Move property code to qdev-properties.[ch]
Eduardo Habkost
2020-12-15
1
-37
/
+0
*
vl: move various initialization routines out of qemu_init
Paolo Bonzini
2020-12-10
1
-8
/
+0
*
failover: Rename function to hide_device()
Juan Quintela
2020-12-08
1
-13
/
+15
*
failover: should_be_hidden() should take a bool
Juan Quintela
2020-12-08
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
2020-10-30
1
-2
/
+2
|
\
|
*
qdev: Fix two typos
Maxim Levitsky
2020-10-27
1
-2
/
+2
*
|
hw/misc/led: Allow connecting from GPIO output
Philippe Mathieu-Daudé
2020-10-26
1
-0
/
+16
|
/
*
device-core: use atomic_set on .realized property
Maxim Levitsky
2020-10-12
1
-0
/
+2
*
device-core: use RCU for list of children of a bus
Maxim Levitsky
2020-10-12
1
-0
/
+9
*
qdev: add "check if address free" callback for buses
Paolo Bonzini
2020-10-12
1
-1
/
+12
*
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-6
/
+4
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+3
[next]