index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
softmmu
/
qdev-monitor.c
Age
Commit message (
Expand
)
Author
2023-02-04
qdev: Move HMP command completion from monitor to softmmu/
Markus Armbruster
2022-06-15
qdev: unplug blocker for devices
Jagannathan Raman
2022-06-06
Enable common virtio pci support for LoongArch
Xiaojuan Yang
2022-03-07
Check and report for incomplete 'global' option format
Rohit Kumar
2022-03-05
Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...
Peter Maydell
2022-03-04
block/block-backend.c: assertions for block-backend
Emanuele Giuseppe Esposito
2022-03-04
softmmu/qdev-monitor: Add virtio-gpu-gl aliases
Akihiko Odaki
2021-11-15
Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...
Richard Henderson
2021-11-15
pcie: expire pending delete
Gerd Hoffmann
2021-11-11
softmmu/qdev-monitor: fix use-after-free in qdev_set_id()
Stefan Hajnoczi
2021-11-10
monitor: Fix find_device_state() for IDs containing slashes
Markus Armbruster
2021-11-02
watchdog: add information from -watchdog help to -device help
Paolo Bonzini
2021-11-01
qdev-monitor: Check sysbus device type before creating it
Damien Hedde
2021-10-20
qdev/qbus: remove failover specific code
Laurent Vivier
2021-10-15
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
2021-10-15
qdev: Add Error parameter to hide_device() callbacks
Kevin Wolf
2021-10-15
softmmu/qdev-monitor: add error handling in qdev_set_id
Damien Hedde
2021-10-15
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf
2021-10-15
qdev: Avoid using string visitor for properties
Kevin Wolf
2021-10-13
monitor: Tidy up find_device_state()
Markus Armbruster
2021-09-13
qdev: Support marking individual buses as 'full'
Peter Maydell
2021-08-26
arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.c
Peter Maydell
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-03-24
m68k: add the virtio devices aliases
Laurent Vivier
2021-03-24
qdev: define list of archs with virtio-pci or virtio-ccw
Laurent Vivier
2021-01-04
clock: Define and use new clock_display_freq()
Peter Maydell
2020-12-15
machine: introduce MachineInitPhase
Paolo Bonzini
2020-12-15
remove preconfig state
Paolo Bonzini
2020-12-15
qdev: Move property code to qdev-properties.[ch]
Eduardo Habkost
2020-12-11
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2020-12-10
vl: move various initialization routines out of qemu_init
Paolo Bonzini
2020-12-10
Tweak a few "Parameter 'NAME' expects THING" error message
Markus Armbruster
2020-12-08
failover: make sure that id always exist
Juan Quintela
2020-12-08
failover: simplify qdev_device_add()
Juan Quintela
2020-12-08
failover: simplify qdev_device_add() failover case
Juan Quintela
2020-12-08
failover: fix indentantion
Juan Quintela
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-10-12
device_core: use drain_call_rcu in in qmp_device_add
Maxim Levitsky
2020-10-12
softmmu: move more files to softmmu/
Paolo Bonzini