index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-24
vhost-user: add protocol feature negotiation
Michael S. Tsirkin
4
-0
/
+71
2015-09-24
vhost-user: use VHOST_USER_XXX macro for switch statement
Yuanhan Liu
1
-16
/
+22
2015-09-24
virtio-ccw: enable virtio-1
Cornelia Huck
3
-4
/
+52
2015-09-24
virtio-ccw: feature bits > 31 handling
Cornelia Huck
1
-13
/
+8
2015-09-24
virtio-ccw: support ring size changes
Cornelia Huck
1
-3
/
+10
2015-09-24
virtio: ring sizes vs. reset
Cornelia Huck
1
-0
/
+64
2015-09-24
pc: Introduce pc-*-2.5 machine classes
Eduardo Habkost
4
-5
/
+34
2015-09-24
q35: Move options common to all classes to pc_i440fx_machine_options()
Eduardo Habkost
1
-2
/
+2
2015-09-24
q35: Move options common to all classes to pc_q35_machine_options()
Eduardo Habkost
1
-4
/
+4
2015-09-24
virtio-net: unbreak self announcement and guest offloads after migration
Jason Wang
1
-17
/
+23
2015-09-24
virtio: right size for virtio_queue_get_avail_size
Pierre Morel
1
-1
/
+1
2015-09-23
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150923.0' i...
Peter Maydell
8
-1329
/
+1558
2015-09-23
vfio/pci: Add emulated PCI IDs
Alex Williamson
4
-6
/
+63
2015-09-23
vfio/pci: Cache vendor and device ID
Alex Williamson
3
-19
/
+11
2015-09-23
vfio/pci: Move AMD device specific reset to quirks
Alex Williamson
4
-157
/
+177
2015-09-23
vfio/pci: Remove old config window and mirror quirks
Alex Williamson
3
-186
/
+0
2015-09-23
vfio/pci: Config mirror quirk
Alex Williamson
2
-110
/
+129
2015-09-23
vfio/pci: Config window quirks
Alex Williamson
2
-90
/
+276
2015-09-23
vfio/pci: Rework RTL8168 quirk
Alex Williamson
2
-80
/
+105
2015-09-23
vfio/pci: Cleanup Nvidia 0x3d0 quirk
Alex Williamson
2
-68
/
+111
2015-09-23
vfio/pci: Cleanup ATI 0x3c3 quirk
Alex Williamson
2
-19
/
+11
2015-09-23
vfio/pci: Foundation for new quirk structure
Alex Williamson
2
-104
/
+157
2015-09-23
vfio/pci: Cleanup ROM blacklist quirk
Alex Williamson
3
-20
/
+28
2015-09-23
vfio/pci: Split quirks to a separate file
Alex Williamson
4
-882
/
+908
2015-09-23
vfio/pci: Extract PCI structures to a separate header
Alex Williamson
2
-143
/
+159
2015-09-23
vfio: Change polarity of our no-mmap option
Alex Williamson
4
-4
/
+4
2015-09-23
vfio/pci: Make interrupt bypass runtime configurable
Alex Williamson
2
-12
/
+12
2015-09-23
vfio/pci: Rename MSI/X functions for easier tracing
Alex Williamson
2
-45
/
+40
2015-09-23
vfio/pci: Rename INTx functions for easier tracing
Alex Williamson
2
-31
/
+31
2015-09-23
vfio/pci: Cleanup vfio_early_setup_msix() error path
Alex Williamson
1
-14
/
+13
2015-09-23
vfio/pci: Cleanup RTL8168 quirk and tracing
Alex Williamson
2
-57
/
+41
2015-09-23
Merge remote-tracking branch 'remotes/dgibson/tags/spapr-next-20150923' into ...
Peter Maydell
18
-156
/
+954
2015-09-23
sPAPR: Enable EEH on VFIO PCI device only
Gavin Shan
1
-1
/
+1
2015-09-23
sPAPR: Revert don't enable EEH on emulated PCI devices
Gavin Shan
1
-7
/
+0
2015-09-23
ppc/spapr: Implement H_RANDOM hypercall in QEMU
Thomas Huth
6
-1
/
+213
2015-09-23
ppc/spapr: Fix buffer overflow in spapr_populate_drconf_memory()
Thomas Huth
1
-3
/
+6
2015-09-23
spapr: Fix default NUMA node allocation for threads
David Gibson
1
-0
/
+8
2015-09-23
spapr: Move memory hotplug to RTAS_LOG_V6_HP_ID_DRC_COUNT type
Bharata B Rao
1
-1
/
+1
2015-09-23
spapr: Support hotplug by specifying DRC count
Bharata B Rao
4
-14
/
+47
2015-09-23
spapr: Revert to memory@XXXX representation for non-hotplugged memory
Bharata B Rao
1
-38
/
+9
2015-09-23
spapr: Populate ibm,associativity-lookup-arrays correctly for non-NUMA
Bharata B Rao
1
-2
/
+3
2015-09-23
spapr: Provide better error message when slots exceed max allowed
Bharata B Rao
1
-2
/
+2
2015-09-23
spapr: Don't allow memory hotplug to memory less nodes
Bharata B Rao
1
-1
/
+23
2015-09-23
spapr: Memory hotplug support
Bharata B Rao
2
-3
/
+123
2015-09-23
spapr: Make hash table size a factor of maxram_size
Bharata B Rao
1
-1
/
+1
2015-09-23
spapr: Support ibm,dynamic-reconfiguration-memory
Bharata B Rao
4
-50
/
+274
2015-09-23
spapr: Add LMB DR connectors
David Gibson
2
-0
/
+88
2015-09-23
spapr: Use QEMU limit for maximum CPUs number
Alexey Kardashevskiy
1
-4
/
+2
2015-09-23
spapr: Don't use QOM [*] syntax for DR connectors.
David Gibson
1
-1
/
+4
2015-09-23
spapr_drc: use RTAS return codes for methods called by RTAS
Michael Roth
3
-43
/
+48
[next]