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
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/block/m25p80: Fix typo in local macro name
Stefan Weil
2017-01-24
1
-2
/
+2
*
hw/core/null-machine: Add the possibility to instantiate a CPU and RAM
Thomas Huth
2017-01-24
2
-3
/
+26
*
machine: Make possible_cpu_arch_ids() return const pointer
Igor Mammedov
2017-01-24
4
-19
/
+9
*
pc: don't return cpu pointer from pc_new_cpu() as it's not needed anymore
Igor Mammedov
2017-01-24
1
-16
/
+8
*
pc: cleanup: move smbios_set_cpuid() into pc_build_smbios()
Igor Mammedov
2017-01-24
1
-8
/
+9
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-01-20
31
-35
/
+278
|
\
|
*
Plumb the HAXM-based hardware acceleration support
Vincent Palatin
2017-01-19
1
-1
/
+2
|
*
kvm: move cpu synchronization code
Vincent Palatin
2017-01-19
8
-6
/
+9
|
*
x86: ioapic: fix fail migration when irqchip=split
Peter Xu
2017-01-16
1
-0
/
+5
|
*
x86: ioapic: dump version for "info ioapic"
Peter Xu
2017-01-16
1
-1
/
+2
|
*
x86: ioapic: add traces for ioapic
Peter Xu
2017-01-16
2
-2
/
+22
|
*
serial: fix memory leak in serial exit
Li Qiang
2017-01-16
1
-0
/
+10
|
*
scsi-block: fix direction of BYTCHK test for VERIFY commands
Paolo Bonzini
2017-01-16
1
-1
/
+1
|
*
pc: fix crash in rtc_set_memory() if initial cpu is marked as hotplugged
Igor Mammedov
2017-01-16
1
-1
/
+3
|
*
acpi: filter based on CONFIG_ACPI_X86 rather than TARGET
Paolo Bonzini
2017-01-16
3
-2
/
+36
|
*
event_notifier: cleanups around event_notifier_set_handler
Paolo Bonzini
2017-01-16
2
-6
/
+6
|
*
stubs: move vhost stubs to stubs/vhost.o
Paolo Bonzini
2017-01-16
3
-2
/
+13
|
*
hw: move reset handlers from vl.c to hw/core
Paolo Bonzini
2017-01-16
2
-1
/
+73
|
*
stubs: move acpi stubs to hw/acpi
Paolo Bonzini
2017-01-16
2
-4
/
+22
|
*
stubs: move smbios stubs to hw/smbios
Paolo Bonzini
2017-01-16
2
-3
/
+22
|
*
smbios: filter based on CONFIG_SMBIOS rather than TARGET
Leif Lindholm
2017-01-16
4
-2
/
+36
|
*
megasas: fix guest-triggered memory leak
Paolo Bonzini
2017-01-16
1
-5
/
+6
|
*
bugfix: vm halt when in reset looping
hangaohuai
2017-01-16
1
-0
/
+12
*
|
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170120-v2' into sta...
Peter Maydell
2017-01-20
8
-181
/
+332
|
\
\
|
*
|
virtio-ccw: fix ring sizing
Michael S. Tsirkin
2017-01-20
2
-1
/
+6
|
*
|
s390x/pci: merge msix init functions
Yi Min Zhao
2017-01-20
1
-12
/
+10
|
*
|
s390x/pci: handle PCIBridge bus number
Pierre Morel
2017-01-20
2
-0
/
+53
|
*
|
s390x/pci: use hashtable to look up zpci via fh
Yi Min Zhao
2017-01-20
2
-14
/
+9
|
*
|
s390x/pci: PCI multibus bridge handling
Pierre Morel
2017-01-20
1
-2
/
+15
|
*
|
s390x/pci: optimize calling s390_get_phb()
Yi Min Zhao
2017-01-20
3
-49
/
+51
|
*
|
s390x/pci: change the device array to a list
Pierre Morel
2017-01-20
2
-51
/
+56
|
*
|
s390x/pci: dynamically allocate iommu
Yi Min Zhao
2017-01-20
2
-15
/
+64
|
*
|
s390x/pci: make S390PCIIOMMU inherit Object
Yi Min Zhao
2017-01-20
4
-53
/
+71
|
*
|
s390x/kvm: use kvm_gsi_routing_enabled in flic
Fei Li
2017-01-20
1
-2
/
+2
|
*
|
s390x: add compat machine for 2.9
Cornelia Huck
2017-01-20
1
-1
/
+16
|
*
|
s390x: remove double compat statement
Christian Borntraeger
2017-01-20
1
-2
/
+0
*
|
|
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2017-01-20
4
-54
/
+146
|
\
\
\
|
*
|
|
hw/pci: use-after-free in pci_nic_init_nofail when nic device fails to initia...
Alex Kompel
2017-01-20
1
-8
/
+1
|
*
|
|
hw/net/dp8393x: Avoid unintentional sign extensions on addresses
Peter Maydell
2017-01-20
1
-27
/
+68
|
*
|
|
m68k: QOMify the MCF Fast Ethernet Controller device
Thomas Huth
2017-01-20
2
-19
/
+77
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2017-01-20
14
-148
/
+439
|
\
\
\
|
*
|
|
virtio: force VIRTIO_F_IOMMU_PLATFORM
Jason Wang
2017-01-19
1
-2
/
+3
|
*
|
|
virtio: fix up max size checks
Michael S. Tsirkin
2017-01-19
1
-20
/
+13
|
*
|
|
virtio-mmio: switch to linux headers
Michael S. Tsirkin
2017-01-18
1
-58
/
+37
|
*
|
|
virtio: drop an obsolete comment
Michael S. Tsirkin
2017-01-18
1
-1
/
+0
|
*
|
|
fw-cfg: bump "x-file-slots" to 0x20 for 2.9+ machine types
Laszlo Ersek
2017-01-18
1
-2
/
+4
|
*
|
|
pc: Add 2.9 machine-types
Eduardo Habkost
2017-01-18
2
-5
/
+23
|
*
|
|
fw-cfg: turn FW_CFG_FILE_SLOTS into a device property
Laszlo Ersek
2017-01-18
1
-8
/
+63
|
*
|
|
fw-cfg: support writeable blobs
Michael S. Tsirkin
2017-01-18
5
-19
/
+44
|
*
|
|
vhost_net: device IOTLB support
Jason Wang
2017-01-18
3
-22
/
+244
[next]