Michael S. Tsirkin 0fbc207403 kvm: zero-initialize KVM_SET_GSI_ROUTING input
kvm_add_routing_entry makes an attempt to
zero-initialize any new routing entry.
However, it fails to initialize padding
within the u field of the structure
kvm_irq_routing_entry.

Other functions like kvm_irqchip_update_msi_route
also fail to initialize the padding field in
kvm_irq_routing_entry.

It's better to just make sure all input is initialized.

Once it is, we can also drop complex field by field assignment and just
do the simple *a = *b to update a route entry.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
2013-07-03 10:38:19 +02:00
2013-06-27 02:38:35 +02:00
2013-04-18 13:50:53 +02:00
2013-05-12 13:25:55 +04:00
2013-06-28 14:01:52 -05:00
2013-05-28 12:19:02 +02:00
2013-07-01 01:11:17 +02:00
2013-05-03 13:58:09 +02:00
2013-06-11 23:45:43 +04:00
2013-04-18 13:50:53 +02:00
2013-04-08 18:13:10 +02:00
2013-06-28 09:20:27 +02:00
2013-06-15 17:50:21 +00:00
2013-06-20 16:39:52 +02:00
2013-06-06 11:27:05 +02:00
2013-07-01 01:11:14 +02:00
2013-06-14 15:33:10 +01:00
2013-05-03 13:05:49 +02:00
2013-05-18 16:35:12 +04:00
2013-06-21 22:52:50 +04:00
2013-06-06 11:27:05 +02:00
2013-06-06 11:27:05 +02:00
2013-05-01 13:06:07 +02:00
2013-05-03 12:04:40 -05:00
2013-06-27 02:38:36 +02:00
2013-05-20 10:55:18 -05:00
2013-06-28 14:02:14 -05:00
2013-04-08 18:13:10 +02:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%