index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-10
tcg: Add clz and ctz opcodes
Richard Henderson
17
-0
/
+266
2017-01-10
tcg: Allow an operand to be matching or a constant
Richard Henderson
2
-35
/
+41
2017-01-10
tcg: Pass the opcode width to target_parse_constraint
Richard Henderson
10
-85
/
+53
2017-01-10
tcg: Transition flat op_defs array to a target callback
Richard Henderson
11
-77
/
+136
2017-01-10
tcg: Add markup for output requires new register
Richard Henderson
2
-12
/
+23
2017-01-10
tcg/optimize: Fold movcond 0/1 into setcond
Richard Henderson
1
-0
/
+15
2017-01-10
target-s390x: Use the new deposit and extract ops
Richard Henderson
1
-12
/
+22
2017-01-10
target-ppc: Use the new deposit and extract ops
Richard Henderson
1
-16
/
+19
2017-01-10
target-mips: Use the new extract op
Richard Henderson
1
-7
/
+5
2017-01-10
target-i386: Use new deposit and extract ops
Richard Henderson
1
-22
/
+23
2017-01-10
target-arm: Use new deposit and extract ops
Richard Henderson
2
-81
/
+37
2017-01-10
target-alpha: Use deposit and extract ops
Richard Henderson
1
-25
/
+42
2017-01-10
tcg/s390: Support deposit into zero
Richard Henderson
1
-4
/
+26
2017-01-10
tcg/s390: Implement field extraction opcodes
Richard Henderson
2
-2
/
+13
2017-01-10
tcg/s390: Expose host facilities to tcg-target.h
Richard Henderson
2
-104
/
+96
2017-01-10
tcg/ppc: Implement field extraction opcodes
Richard Henderson
2
-2
/
+12
2017-01-10
tcg/mips: Implement field extraction opcodes
Richard Henderson
2
-1
/
+12
2017-01-10
tcg/i386: Implement field extraction opcodes
Richard Henderson
2
-3
/
+47
2017-01-10
tcg/arm: Implement field extraction opcodes
Richard Henderson
2
-2
/
+26
2017-01-10
tcg/arm: Move isa detection to tcg-target.h
Richard Henderson
2
-44
/
+33
2017-01-10
tcg/aarch64: Implement field extraction opcodes
Richard Henderson
2
-4
/
+18
2017-01-10
tcg: Add deposit_z expander
Richard Henderson
2
-0
/
+149
2017-01-10
tcg: Minor adjustments to deposit expanders
Richard Henderson
1
-2
/
+4
2017-01-10
tcg: Add field extraction primitives
Richard Henderson
15
-2
/
+426
2017-01-10
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
66
-557
/
+1164
2017-01-10
acpi-test: update expected files
Michael S. Tsirkin
10
-0
/
+0
2017-01-10
memhp: move DIMM devices into dedicated scope with related common methods
Igor Mammedov
1
-93
/
+97
2017-01-10
memhp: don't generate memory hotplug AML if it's not enabled/supported
Igor Mammedov
6
-20
/
+23
2017-01-10
memhp: move memory hotplug only defines to memory_hotplug.c
Igor Mammedov
3
-25
/
+24
2017-01-10
memhp: move GPE handler_E03 into build_memory_hotplug_aml()
Igor Mammedov
3
-23
/
+32
2017-01-10
memhp: merge build_memory_devices() into build_memory_hotplug_aml()
Igor Mammedov
3
-44
/
+33
2017-01-10
memhp: consolidate scattered MHPD device declaration
Igor Mammedov
2
-64
/
+61
2017-01-10
memhp: move build_memory_devices() into memory_hotplug.c
Igor Mammedov
3
-124
/
+126
2017-01-10
memhp: move build_memory_hotplug_aml() into memory_hotplug.c
Igor Mammedov
3
-263
/
+248
2017-01-10
tests: pc: add memory hotplug acpi tables tests
Igor Mammedov
5
-0
/
+24
2017-01-10
virtio-net: Add MTU feature support
Maxime Coquelin
2
-0
/
+20
2017-01-10
vhost-net: Notify the backend about the host MTU
Maxime Coquelin
2
-0
/
+20
2017-01-10
vhost-user: Add MTU protocol feature and op
Maxime Coquelin
3
-0
/
+52
2017-01-10
net: virtio-net discards TX data after link down
Yuri Benditovich
1
-0
/
+26
2017-01-10
virtio: Introduce virtqueue_drop_all procedure
Yuri Benditovich
2
-0
/
+39
2017-01-10
net: vhost stop updates virtio queue state
Yuri Benditovich
1
-0
/
+1
2017-01-10
net: Add virtio queue interface to update used index from vring state
Yuri Benditovich
2
-0
/
+6
2017-01-10
balloon: Don't balloon roms
Dr. David Alan Gilbert
2
-1
/
+8
2017-01-10
virtio: fix vq->inuse recalc after migr
Halil Pasic
1
-3
/
+5
2017-01-10
pcie_aer: support configurable AER capa version
Dou Liyang
6
-9
/
+13
2017-01-10
pcie_aer: Convert pcie_aer_init to Error
Cao jin
6
-16
/
+16
2017-01-10
virtio-crypto: zeroize the key material before free
Gonglei
1
-1
/
+12
2017-01-10
virtio-crypto-pci: tag virtio-crypto device hot pluggable
Gonglei
1
-1
/
+0
2017-01-10
virtio-crypto: avoid one cryptodev device is used by multiple virtio crypto d...
Gonglei
1
-1
/
+15
2017-01-10
virtio-crypto-pci: add check for cryptodev object
Gonglei
1
-0
/
+5
[next]