index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
memhp: don't generate memory hotplug AML if it's not enabled/supported
Igor Mammedov
2017-01-10
2
-3
/
+1
*
memhp: move memory hotplug only defines to memory_hotplug.c
Igor Mammedov
2017-01-10
2
-25
/
+0
*
memhp: move GPE handler_E03 into build_memory_hotplug_aml()
Igor Mammedov
2017-01-10
1
-3
/
+3
*
memhp: merge build_memory_devices() into build_memory_hotplug_aml()
Igor Mammedov
2017-01-10
1
-2
/
+0
*
memhp: consolidate scattered MHPD device declaration
Igor Mammedov
2017-01-10
1
-1
/
+1
*
memhp: move build_memory_devices() into memory_hotplug.c
Igor Mammedov
2017-01-10
1
-0
/
+2
*
virtio-net: Add MTU feature support
Maxime Coquelin
2017-01-10
1
-0
/
+1
*
vhost-net: Notify the backend about the host MTU
Maxime Coquelin
2017-01-10
1
-0
/
+2
*
vhost-user: Add MTU protocol feature and op
Maxime Coquelin
2017-01-10
1
-0
/
+2
*
virtio: Introduce virtqueue_drop_all procedure
Yuri Benditovich
2017-01-10
1
-0
/
+1
*
net: Add virtio queue interface to update used index from vring state
Yuri Benditovich
2017-01-10
1
-0
/
+1
*
pcie_aer: support configurable AER capa version
Dou Liyang
2017-01-10
1
-2
/
+2
*
pcie_aer: Convert pcie_aer_init to Error
Cao jin
2017-01-10
1
-2
/
+2
*
cryptodev: wrap the ready flag
Gonglei
2017-01-10
1
-0
/
+19
*
cryptodev: introduce a new is_used property
Gonglei
2017-01-10
1
-0
/
+23
*
memory: handle alias in memory_region_is_iommu()
Jason Wang
2017-01-10
1
-0
/
+3
*
acpi: add ATSR for q35
Jason Wang
2017-01-10
1
-0
/
+12
*
virtio-pci: address space translation service (ATS) support
Jason Wang
2017-01-10
2
-0
/
+5
*
intel_iommu: support device iotlb descriptor
Jason Wang
2017-01-10
1
-0
/
+1
*
exec: introduce address_space_get_iotlb_entry()
Jason Wang
2017-01-10
1
-0
/
+5
*
virtio: convert to use DMA api
Jason Wang
2017-01-10
3
-13
/
+28
*
intel_iommu: allow migration
Peter Xu
2017-01-10
1
-0
/
+1
*
migration: allow to prioritize save state entries
Peter Xu
2017-01-10
1
-0
/
+6
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2017-01-09
2
-1
/
+7
|
\
|
*
block: Rename raw-{posix,win32} to file-*.c
Eric Blake
2017-01-09
1
-1
/
+1
|
*
coroutine: Introduce qemu_coroutine_enter_if_inactive()
Kevin Wolf
2017-01-09
1
-0
/
+6
*
|
hw/arm/virt-acpi-build: Don't incorrectly claim architectural timer to be edg...
Andrew Jones
2017-01-09
1
-0
/
+1
*
|
hw/arm/virt: remove VirtGuestInfo
Andrew Jones
2017-01-09
1
-5
/
+1
*
|
hw/arm/virt-acpi-build: remove redundant members from VirtGuestInfo
Andrew Jones
2017-01-09
1
-6
/
+0
*
|
hw/arm/virt: pass VirtMachineState instead of VirtGuestInfo
Andrew Jones
2017-01-09
1
-1
/
+1
*
|
hw/arm/virt: move VirtMachineState/Class to virt.h
Andrew Jones
2017-01-09
1
-0
/
+37
*
|
hw/arm/virt: remove include/hw/arm/virt-acpi-build.h
Andrew Jones
2017-01-09
2
-40
/
+13
*
|
hw/arm/virt: eliminate struct VirtGuestInfoState
Andrew Jones
2017-01-09
1
-6
/
+0
*
|
hw/arm/virt-acpi-build: fadt: improve flag naming
Andrew Jones
2017-01-09
1
-4
/
+2
*
|
hw/arm/virt-acpi-build: gtdt: improve flag naming
Andrew Jones
2017-01-09
1
-15
/
+2
*
|
hw/arm/virt-acpi-build: name GIC CPU Interface Structure appropriately
Andrew Jones
2017-01-09
2
-5
/
+6
*
|
i2c: Allow I2C devices to NAK start events
Corey Minyard
2017-01-09
1
-4
/
+12
|
/
*
record/replay: add network support
Pavel Dovgalyuk
2017-01-06
1
-0
/
+12
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2017-01-05
2
-2
/
+56
|
\
|
*
iothread: add poll-grow and poll-shrink parameters
Stefan Hajnoczi
2017-01-03
1
-0
/
+2
|
*
aio: self-tune polling time
Stefan Hajnoczi
2017-01-03
1
-2
/
+8
|
*
aio: add .io_poll_begin/end() callbacks
Stefan Hajnoczi
2017-01-03
1
-0
/
+20
|
*
iothread: add polling parameters
Stefan Hajnoczi
2017-01-03
1
-0
/
+3
|
*
aio: add polling mode to AioContext
Stefan Hajnoczi
2017-01-03
1
-0
/
+16
|
*
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
2017-01-03
1
-1
/
+4
|
*
aio: add flag to skip fds to aio_dispatch()
Stefan Hajnoczi
2017-01-03
1
-1
/
+5
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170103-1' into s...
Peter Maydell
2017-01-05
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
virtio-gpu: track and limit host memory allocations
Gerd Hoffmann
2016-12-20
1
-0
/
+3
*
|
aspeed: add the definitions for the AST2400 A1 SoC
Cédric Le Goater
2016-12-27
1
-0
/
+1
*
|
aspeed: add a memory region for SRAM
Cédric Le Goater
2016-12-27
1
-0
/
+2
[next]