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
*
virtio: improve virtqueue mapping error messages
Alessandro Ratti
2025-10-05
1
-0
/
+1
*
hw/qdev: Factor qdev_hotunplug_allowed() out
Akihiko Odaki
2025-01-13
1
-0
/
+1
*
hw/qdev: Pass bus argument to qdev_hotplug_allowed()
Akihiko Odaki
2025-01-13
1
-1
/
+1
*
qdev: Add machine_get_container()
Peter Xu
2025-01-09
1
-0
/
+10
*
qdev: Implement qdev_create_fake_machine() for user emulation
Philippe Mathieu-Daudé
2025-01-09
1
-0
/
+10
*
qdev: Remove opts member
Akihiko Odaki
2025-01-09
1
-4
/
+0
*
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
2024-12-19
1
-7
/
+7
*
hw/core: Remove device_class_set_props function
Richard Henderson
2024-12-19
1
-10
/
+6
*
hw/core: Introduce device_class_set_props_n
Richard Henderson
2024-12-19
1
-0
/
+18
*
include/hw/qdev-core: Detect most empty Property lists at compile time
Richard Henderson
2024-12-19
1
-0
/
+17
*
Merge tag 'for-upstream-rust' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2024-11-06
1
-2
/
+2
|
\
|
*
qdev: make properties array "const"
Paolo Bonzini
2024-11-05
1
-2
/
+2
*
|
qapi: introduce device-sync-config
Vladimir Sementsov-Ogievskiy
2024-11-04
1
-0
/
+6
|
/
*
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
[next]