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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-29
virtio: introduce device specific migration calls
Greg Kurz
1
-1
/
+3
2014-06-29
pc: Fix "prog_if" typo on PC_COMPAT_2_0
Eduardo Habkost
1
-1
/
+1
2014-06-29
pc: Move q35 compat props to PC_COMPAT_*
Eduardo Habkost
1
-37
/
+18
2014-06-29
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+23
2014-06-27
virtio-blk: Export request handling functions to dataplane
Fam Zheng
1
-0
/
+9
2014-06-27
virtio-blk: Make request completion function virtual
Fam Zheng
1
-0
/
+3
2014-06-27
virtio-blk: Convert VirtIOBlockReq.out to structrue
Fam Zheng
1
-1
/
+1
2014-06-27
virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdr
Fam Zheng
1
-4
/
+0
2014-06-27
virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReq
Fam Zheng
1
-0
/
+4
2014-06-27
virtio-blk: Convert VirtIOBlockReq.elem to pointer
Fam Zheng
1
-1
/
+1
2014-06-27
virtio-blk: Move VirtIOBlockReq to header
Fam Zheng
1
-0
/
+11
2014-06-27
spapr_pci: Use XICS interrupt allocator and do not cache interrupts in PHB
Alexey Kardashevskiy
2
-8
/
+14
2014-06-27
xics: Implement xics_ics_free()
Alexey Kardashevskiy
1
-0
/
+1
2014-06-27
spapr: Move interrupt allocator to xics
Alexey Kardashevskiy
2
-10
/
+2
2014-06-27
xics: Add flags for interrupts
Alexey Kardashevskiy
1
-1
/
+5
2014-06-27
spapr: Add RTAS sysparm SPLPAR Characteristics
Sam bobroff
1
-0
/
+1
2014-06-27
spapr: Add RTAS sysparm UUID
Sam bobroff
1
-0
/
+1
2014-06-27
spapr: Fix RTAS sysparm DIAGNOSTICS_RUN_MODE
Sam bobroff
1
-0
/
+11
2014-06-27
spapr: Add rtas_st_buffer utility function
Sam bobroff
1
-0
/
+13
2014-06-27
spapr_pci_vfio: Add spapr-pci-vfio-host-bridge to support vfio
Alexey Kardashevskiy
1
-0
/
+11
2014-06-27
vfio: Add vfio_container_ioctl()
Alexey Kardashevskiy
1
-0
/
+9
2014-06-27
spapr_iommu: Make in-kernel TCE table optional
Alexey Kardashevskiy
1
-1
/
+3
2014-06-27
spapr: Fix RTAS token numbers
Alexey Kardashevskiy
1
-1
/
+40
2014-06-23
pc & q35: Add new machine opt max-ram-below-4g
Don Slutz
1
-0
/
+3
2014-06-23
xen-hvm: Fix xen_hvm_init() to adjust pc memory layout
Don Slutz
1
-1
/
+2
2014-06-23
hw/pcie: implement power controller functionality
Marcel Apfelbaum
4
-1
/
+16
2014-06-23
vhost: block migration if backend does not log memory
Michael S. Tsirkin
1
-0
/
+1
2014-06-20
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
1
-0
/
+2
2014-06-20
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
14
-45
/
+384
2014-06-19
acpi: rephrase comment
Michael S. Tsirkin
1
-2
/
+1
2014-06-19
acpi: implement ospm_status() method for PIIX4/ICH9_LPC devices
Igor Mammedov
2
-0
/
+4
2014-06-19
acpi: introduce TYPE_ACPI_DEVICE_IF interface
Igor Mammedov
1
-0
/
+43
2014-06-19
qmp: add query-memory-devices command
Igor Mammedov
1
-0
/
+2
2014-06-19
pc: pass MachineState to pc_memory_init
Paolo Bonzini
1
-4
/
+3
2014-06-19
numa: introduce memory_region_allocate_system_memory
Paolo Bonzini
1
-1
/
+5
2014-06-19
Add vhost-backend and VhostBackendType
Nikolay Nikolaev
2
-2
/
+13
2014-06-19
Add vhost_ops to vhost_dev struct and replace all relevant ioctls
Nikolay Nikolaev
2
-0
/
+29
2014-06-19
vhost_net_init will use VhostNetOptions to get all its arguments
Nikolay Nikolaev
1
-1
/
+1
2014-06-19
vhost: add vhost_get_features and vhost_ack_features
Nikolay Nikolaev
1
-0
/
+5
2014-06-19
virtio-net: announce self by guest
Jason Wang
2
-0
/
+22
2014-06-19
ich: get rid of spaces in type name
Michael S. Tsirkin
2
-2
/
+2
2014-06-19
pc: add "hotplug-memory-region-size" property to PC_MACHINE
Igor Mammedov
1
-0
/
+1
2014-06-19
pc: ACPI BIOS: implement memory hotplug interface
Igor Mammedov
1
-0
/
+21
2014-06-19
pc: add acpi-device link to PCMachineState
Igor Mammedov
1
-1
/
+7
2014-06-19
pc: migrate piix4 & ich9 MemHotplugState
Igor Mammedov
1
-0
/
+7
2014-06-19
acpi:ich9: add memory hotplug handling
Igor Mammedov
2
-1
/
+10
2014-06-19
acpi:piix4: add memory hotplug handling
Igor Mammedov
2
-1
/
+8
2014-06-19
acpi: memory hotplug ACPI hardware implementation
Igor Mammedov
2
-0
/
+32
2014-06-19
acpi: rename cpu_hotplug_defs.h to pc-hotplug.h
Igor Mammedov
2
-4
/
+4
2014-06-19
pc-dimm: add busy slot check and slot auto-allocation
Igor Mammedov
1
-0
/
+2
[next]