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
/
hw
/
hyperv
/
hyperv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/hyperv/hyperv: common compilation unit
Pierrick Bouvier
2025-05-08
1
-1
/
+2
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
exec/cpu-all: remove this header
Pierrick Bouvier
2025-04-23
1
-1
/
+0
*
exec/cpu-all: remove exec/target_page include
Pierrick Bouvier
2025-04-23
1
-0
/
+1
*
include/system: Move exec/address-spaces.h to system/address-spaces.h
Richard Henderson
2025-04-23
1
-1
/
+1
*
include/system: Move exec/memory.h to system/memory.h
Richard Henderson
2025-04-23
1
-1
/
+1
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+1
*
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2024-09-13
1
-1
/
+1
*
kvm: move target-dependent interrupt routing out of kvm-all.c
Paolo Bonzini
2024-05-03
1
-0
/
+25
*
vmbus: Print a warning when enabled without the recommended set of features
Maciej S. Szmigiero
2024-03-08
1
-0
/
+12
*
hw/hyperv: Include missing headers
Philippe Mathieu-Daudé
2024-01-30
1
-0
/
+4
*
hw/hyperv/hyperv.c: Use device_cold_reset() instead of device_legacy_reset()
Peter Maydell
2022-10-27
1
-1
/
+1
*
hyperv: Add support to process syndbg commands
Jon Doron
2022-04-06
1
-0
/
+243
*
hyperv: SControl is optional to enable SynIc
Jon Doron
2022-04-06
1
-33
/
+76
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-5
/
+5
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-1
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+1
*
hyperv: expose API to determine if synic is enabled
Jon Doron
2020-06-10
1
-0
/
+8
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-1
/
+1
*
lockable: Replace locks with lock guard macros
Simran Singhal
2020-05-04
1
-8
/
+7
*
add device_legacy_reset function to prepare for reset api change
Damien Hedde
2020-01-30
1
-1
/
+1
*
hyperv: Use auto rcu_read macros
Dr. David Alan Gilbert
2019-12-17
1
-13
/
+9
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
hw/hyperv: fix NULL dereference with pure-kvm SynIC
Roman Kagan
2018-11-26
1
-1
/
+5
*
hyperv: process POST_MESSAGE hypercall
Roman Kagan
2018-10-19
1
-0
/
+84
*
hyperv: add support for KVM_HYPERV_EVENTFD
Roman Kagan
2018-10-19
1
-1
/
+26
*
hyperv: process SIGNAL_EVENT hypercall
Roman Kagan
2018-10-19
1
-0
/
+93
*
hyperv: add synic event flag signaling
Roman Kagan
2018-10-19
1
-0
/
+32
*
hyperv: add synic message delivery
Roman Kagan
2018-10-19
1
-11
/
+151
*
hyperv: make overlay pages for SynIC
Roman Kagan
2018-10-19
1
-3
/
+48
*
hyperv: qom-ify SynIC
Roman Kagan
2018-10-19
1
-2
/
+99
*
hyperv: factor out arch-independent API into hw/hyperv
Roman Kagan
2018-10-19
1
-0
/
+138