index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the vhost-user netdev backend to the command line
Nikolay Nikolaev
2014-06-19
1
-0
/
+4
*
vhost-net: vhost-user feature bits support
Nikolay Nikolaev
2014-06-19
1
-0
/
+35
*
Add vhost-user as a vhost backend.
Nikolay Nikolaev
2014-06-19
3
-1
/
+348
*
Add vhost-backend and VhostBackendType
Nikolay Nikolaev
2014-06-19
5
-32
/
+119
*
Add vhost_ops to vhost_dev struct and replace all relevant ioctls
Nikolay Nikolaev
2014-06-19
3
-27
/
+34
*
vhost_net_init will use VhostNetOptions to get all its arguments
Nikolay Nikolaev
2014-06-19
3
-21
/
+24
*
Refactor virtio-net to use generic get_vhost_net
Nikolay Nikolaev
2014-06-19
2
-24
/
+35
*
vhost_net should call the poll callback only when it is set
Nikolay Nikolaev
2014-06-19
1
-3
/
+10
*
vhost: add vhost_get_features and vhost_ack_features
Nikolay Nikolaev
2014-06-19
3
-42
/
+66
*
virtio-net: announce self by guest
Jason Wang
2014-06-19
1
-0
/
+42
*
pc: q35: acpi: report error to user on unsupported unplug request
Igor Mammedov
2014-06-19
1
-0
/
+2
*
virtio: Drop superfluous conditionals around g_strdup()
Markus Armbruster
2014-06-19
2
-11
/
+2
*
virtio: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-06-19
4
-33
/
+15
*
acpi: update generated files
Michael S. Tsirkin
2014-06-19
6
-24
/
+1074
*
pc: ACPI BIOS: make GPE.3 handle memory hotplug event on PIIX and Q35 machines
Igor Mammedov
2014-06-19
2
-2
/
+8
*
pc: ACPI BIOS: reserve SRAT entry for hotplug mem hole
Igor Mammedov
2014-06-19
1
-0
/
+17
*
pc: add "hotplug-memory-region-size" property to PC_MACHINE
Igor Mammedov
2014-06-19
1
-0
/
+19
*
pc: ACPI BIOS: implement memory hotplug interface
Igor Mammedov
2014-06-19
4
-1
/
+278
*
pc: propagate memory hotplug event to ACPI device
Igor Mammedov
2014-06-19
1
-0
/
+10
*
pc: add acpi-device link to PCMachineState
Igor Mammedov
2014-06-19
4
-3
/
+27
*
pc: migrate piix4 & ich9 MemHotplugState
Igor Mammedov
2014-06-19
3
-0
/
+75
*
acpi:ich9: add memory hotplug handling
Igor Mammedov
2014-06-19
2
-0
/
+58
*
pc: ich9 lpc: make it work with global/compat properties
Igor Mammedov
2014-06-19
1
-5
/
+10
*
acpi:piix4: add memory hotplug handling
Igor Mammedov
2014-06-19
1
-1
/
+14
*
acpi:piix4: allow plug/unlug callbacks handle not only PCI devices
Igor Mammedov
2014-06-19
1
-9
/
+22
*
trace: pc: add PC_DIMM slot & address allocation
Igor Mammedov
2014-06-19
1
-0
/
+3
*
trace: add acpi memory hotplug IO region events
Igor Mammedov
2014-06-19
1
-0
/
+13
*
acpi: memory hotplug ACPI hardware implementation
Igor Mammedov
2014-06-19
2
-0
/
+148
*
acpi: rename cpu_hotplug_defs.h to pc-hotplug.h
Igor Mammedov
2014-06-19
2
-2
/
+2
*
pc-dimm: add busy slot check and slot auto-allocation
Igor Mammedov
2014-06-19
2
-0
/
+67
*
pc-dimm: add busy address check and address auto-allocation
Igor Mammedov
2014-06-19
2
-0
/
+91
*
pc: add memory hotplug handler to PC_MACHINE
Igor Mammedov
2014-06-19
1
-0
/
+59
*
pc: exit QEMU if compat machine doesn't support memory hotlpug
Igor Mammedov
2014-06-19
1
-0
/
+10
*
pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOS
Igor Mammedov
2014-06-19
3
-1
/
+14
*
pc: exit QEMU if number of slots more than supported 256
Igor Mammedov
2014-06-19
1
-0
/
+6
*
pc: initialize memory hotplug address space
Igor Mammedov
2014-06-19
1
-2
/
+24
*
pc-dimm: do not allow setting an in-use memdev
Igor Mammedov
2014-06-19
1
-1
/
+16
*
pc: implement pc-dimm device abstraction
Vasilis Liaskovitis
2014-06-19
3
-0
/
+101
*
qdev: expose DeviceState.hotplugged field as a property
Igor Mammedov
2014-06-19
1
-0
/
+17
*
qdev: hotplug for bus-less devices
Igor Mammedov
2014-06-19
1
-0
/
+13
*
pc: ACPI BIOS: use enum for defining memory affinity flags
Igor Mammedov
2014-06-18
1
-7
/
+16
*
pc: create custom generic PC machine type
Igor Mammedov
2014-06-18
3
-24
/
+81
*
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...
Peter Maydell
2014-06-16
17
-263
/
+994
|
\
|
*
spapr_pci: Advertise MSI quota
Badari Pulavarty
2014-06-16
2
-1
/
+1
|
*
spapr: Add kvm-type property
Eduardo Habkost
2014-06-16
1
-0
/
+25
|
*
spapr: Create SPAPRMachine struct
Eduardo Habkost
2014-06-16
1
-0
/
+14
|
*
spapr_hcall: Add address-translation-mode-on-interrupt resource in H_SET_MODE
Alexey Kardashevskiy
2014-06-16
1
-0
/
+47
|
*
spapr_hcall: Split h_set_mode()
Alexey Kardashevskiy
2014-06-16
1
-31
/
+34
|
*
PPC: spapr: Expose /hypervisor node in device tree
Alexander Graf
2014-06-16
1
-0
/
+20
|
*
hw/pci-host/ppce500: Fix typo in vmstate definition
Peter Maydell
2014-06-16
1
-1
/
+1
[next]