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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
hyperv
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-08
vmbus: Print a warning when enabled without the recommended set of features
Maciej S. Szmigiero
2
-0
/
+18
2024-03-08
hv-balloon: define dm_hot_add_with_region to avoid Coverity warning
Maciej S. Szmigiero
1
-5
/
+5
2024-03-08
hv-balloon: avoid alloca() usage
Maciej S. Szmigiero
1
-6
/
+4
2024-02-04
hv-balloon: use get_min_alignment() to express 32 GiB alignment
David Hildenbrand
1
-16
/
+21
2024-02-02
vmbus: Switch bus reset to 3-phase-reset
Peter Maydell
1
-3
/
+4
2024-01-30
hw/hyperv: Include missing headers
Philippe Mathieu-Daudé
1
-0
/
+4
2024-01-30
hyperv: Clean up includes
Peter Maydell
6
-3
/
+3
2023-12-29
hw/hyperv: Constify VMState
Richard Henderson
1
-8
/
+8
2023-11-07
Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
1
-2
/
+2
2023-11-06
qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command
Maciej S. Szmigiero
3
-2
/
+49
2023-11-06
qapi: Add query-memory-devices support to hv-balloon
Maciej S. Szmigiero
1
-1
/
+26
2023-11-06
Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) hot-add support
Maciej S. Szmigiero
5
-6
/
+878
2023-11-06
Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) base
Maciej S. Szmigiero
7
-0
/
+1563
2023-11-03
util/uuid: Add UUID_STR_LEN definition
Cédric Le Goater
1
-2
/
+2
2023-03-13
win32: replace closesocket() with close() wrapper
Marc-André Lureau
1
-2
/
+2
2023-02-08
Fix non-first inclusions of qemu/osdep.h
Markus Armbruster
1
-1
/
+1
2022-12-16
hw/hyperv/vmbus: Use device_cold_reset() and bus_cold_reset()
Peter Maydell
1
-2
/
+2
2022-12-14
error: Drop some obviously superfluous error_propagate()
Markus Armbruster
1
-5
/
+3
2022-12-14
Drop more useless casts from void * to pointer
Markus Armbruster
1
-1
/
+1
2022-10-27
hw/hyperv/hyperv.c: Use device_cold_reset() instead of device_legacy_reset()
Peter Maydell
1
-1
/
+1
2022-05-30
hw/hyperv/vmbus: Remove unused vmbus_load/save_req()
Philippe Mathieu-Daudé
1
-99
/
+0
2022-05-03
util: rename qemu_*block() socket functions
Marc-André Lureau
1
-1
/
+1
2022-04-21
hw/hyperv: remove needless qemu-common.h include
Marc-André Lureau
1
-1
/
+0
2022-04-06
hw: hyperv: Initial commit for Synthetic Debugging device
Jon Doron
3
-0
/
+408
2022-04-06
hyperv: Add support to process syndbg commands
Jon Doron
1
-0
/
+243
2022-04-06
hyperv: SControl is optional to enable SynIc
Jon Doron
1
-33
/
+76
2021-12-30
dma: Let dma_memory_map() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-3
/
+5
2021-09-30
qbus: Rename qbus_create() to qbus_new()
Peter Maydell
1
-1
/
+1
2021-07-06
vmbus: Don't make QOM property registration conditional
Eduardo Habkost
1
-5
/
+15
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
1
-0
/
+1
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2
-6
/
+6
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2
-6
/
+2
2020-09-12
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
1
-1
/
+2
2020-09-11
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2
-5
/
+9
2020-09-10
hw: hyperv: vmbus: Fix 32bit compilation
Jon Doron
1
-1
/
+2
2020-09-09
trace-events: Fix attribution of trace points to source
Markus Armbruster
1
-1
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2
-3
/
+4
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2
-2
/
+5
2020-08-27
vmbus: Move QOM macros to vmbus.h
Eduardo Habkost
1
-3
/
+0
2020-08-21
meson: convert hw/hyperv
Marc-André Lureau
2
-3
/
+3
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-07-10
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
1
-3
/
+2
2020-06-26
hyperv: vmbus: Remove the 2nd IRQ
Jon Doron
1
-2
/
+1
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
1
-1
/
+1
2020-06-10
vmbus: add infrastructure to save/load vmbus requests
Jon Doron
1
-0
/
+99
2020-06-10
i386: Hyper-V VMBus ACPI DSDT entry
Jon Doron
1
-0
/
+7
2020-06-10
vmbus: vmbus implementation
Jon Doron
4
-0
/
+2696
2020-06-10
hyperv: expose API to determine if synic is enabled
Jon Doron
1
-0
/
+8
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-1
/
+1
2020-05-04
lockable: Replace locks with lock guard macros
Simran Singhal
1
-8
/
+7
[next]