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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tcg/mips: Implement field extraction opcodes
Richard Henderson
2017-01-10
2
-1
/
+12
*
tcg/i386: Implement field extraction opcodes
Richard Henderson
2017-01-10
2
-3
/
+47
*
tcg/arm: Implement field extraction opcodes
Richard Henderson
2017-01-10
2
-2
/
+26
*
tcg/arm: Move isa detection to tcg-target.h
Richard Henderson
2017-01-10
2
-44
/
+33
*
tcg/aarch64: Implement field extraction opcodes
Richard Henderson
2017-01-10
2
-4
/
+18
*
tcg: Add deposit_z expander
Richard Henderson
2017-01-10
2
-0
/
+149
*
tcg: Minor adjustments to deposit expanders
Richard Henderson
2017-01-10
1
-2
/
+4
*
tcg: Add field extraction primitives
Richard Henderson
2017-01-10
15
-2
/
+426
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2017-01-10
66
-557
/
+1164
|
\
|
*
acpi-test: update expected files
Michael S. Tsirkin
2017-01-10
10
-0
/
+0
|
*
memhp: move DIMM devices into dedicated scope with related common methods
Igor Mammedov
2017-01-10
1
-93
/
+97
|
*
memhp: don't generate memory hotplug AML if it's not enabled/supported
Igor Mammedov
2017-01-10
6
-20
/
+23
|
*
memhp: move memory hotplug only defines to memory_hotplug.c
Igor Mammedov
2017-01-10
3
-25
/
+24
|
*
memhp: move GPE handler_E03 into build_memory_hotplug_aml()
Igor Mammedov
2017-01-10
3
-23
/
+32
|
*
memhp: merge build_memory_devices() into build_memory_hotplug_aml()
Igor Mammedov
2017-01-10
3
-44
/
+33
|
*
memhp: consolidate scattered MHPD device declaration
Igor Mammedov
2017-01-10
2
-64
/
+61
|
*
memhp: move build_memory_devices() into memory_hotplug.c
Igor Mammedov
2017-01-10
3
-124
/
+126
|
*
memhp: move build_memory_hotplug_aml() into memory_hotplug.c
Igor Mammedov
2017-01-10
3
-263
/
+248
|
*
tests: pc: add memory hotplug acpi tables tests
Igor Mammedov
2017-01-10
5
-0
/
+24
|
*
virtio-net: Add MTU feature support
Maxime Coquelin
2017-01-10
2
-0
/
+20
|
*
vhost-net: Notify the backend about the host MTU
Maxime Coquelin
2017-01-10
2
-0
/
+20
|
*
vhost-user: Add MTU protocol feature and op
Maxime Coquelin
2017-01-10
3
-0
/
+52
|
*
net: virtio-net discards TX data after link down
Yuri Benditovich
2017-01-10
1
-0
/
+26
|
*
virtio: Introduce virtqueue_drop_all procedure
Yuri Benditovich
2017-01-10
2
-0
/
+39
|
*
net: vhost stop updates virtio queue state
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
2
-0
/
+6
|
*
balloon: Don't balloon roms
Dr. David Alan Gilbert
2017-01-10
2
-1
/
+8
|
*
virtio: fix vq->inuse recalc after migr
Halil Pasic
2017-01-10
1
-3
/
+5
|
*
pcie_aer: support configurable AER capa version
Dou Liyang
2017-01-10
6
-9
/
+13
|
*
pcie_aer: Convert pcie_aer_init to Error
Cao jin
2017-01-10
6
-16
/
+16
|
*
virtio-crypto: zeroize the key material before free
Gonglei
2017-01-10
1
-1
/
+12
|
*
virtio-crypto-pci: tag virtio-crypto device hot pluggable
Gonglei
2017-01-10
1
-1
/
+0
|
*
virtio-crypto: avoid one cryptodev device is used by multiple virtio crypto d...
Gonglei
2017-01-10
1
-1
/
+15
|
*
virtio-crypto-pci: add check for cryptodev object
Gonglei
2017-01-10
1
-0
/
+5
|
*
cryptodev: wrap the ready flag
Gonglei
2017-01-10
4
-6
/
+36
|
*
cryptodev: introduce a new is_used property
Gonglei
2017-01-10
3
-0
/
+44
|
*
virtio-crypto: use the correct length for cipher operation
Gonglei
2017-01-10
1
-1
/
+1
|
*
doc/pcie: correct command line examples
Cao jin
2017-01-10
1
-6
/
+6
|
*
memory: handle alias in memory_region_is_iommu()
Jason Wang
2017-01-10
1
-0
/
+3
|
*
memory: handle alias for iommu notifier
Jason Wang
2017-01-10
1
-0
/
+9
|
*
acpi: add ATSR for q35
Jason Wang
2017-01-10
2
-0
/
+21
|
*
virtio-pci: address space translation service (ATS) support
Jason Wang
2017-01-10
5
-0
/
+31
|
*
intel_iommu: support device iotlb descriptor
Jason Wang
2017-01-10
4
-7
/
+107
|
*
exec: introduce address_space_get_iotlb_entry()
Jason Wang
2017-01-10
2
-0
/
+38
|
*
intel_iommu: allocate new key when creating new address space
Jason Wang
2017-01-10
1
-2
/
+3
|
*
intel_iommu: name vtd address space with devfn
Jason Wang
2017-01-10
1
-1
/
+3
|
*
virtio: convert to use DMA api
Jason Wang
2017-01-10
9
-36
/
+93
|
*
virtio-crypto: fix possible integer and heap overflow
Gonglei
2017-01-10
1
-2
/
+2
|
*
intel_iommu: allow migration
Peter Xu
2017-01-10
2
-1
/
+22
|
*
migration: allow to prioritize save state entries
Peter Xu
2017-01-10
2
-4
/
+36
[prev]
[next]