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
...
*
pc: Move APIC and NUMA data from PcGuestInfo to PCMachineState
Eduardo Habkost
2019-11-29
2
-23
/
+19
*
pc: Move PcGuestInfo.fw_cfg to PCMachineState
Eduardo Habkost
2019-11-29
2
-10
/
+7
*
pc: Remove PcGuestInfo.isapc_ram_fw field
Eduardo Habkost
2019-11-29
3
-8
/
+3
*
pc: Remove RAM size fields from PcGuestInfo
Eduardo Habkost
2019-11-29
2
-7
/
+5
*
pc: Remove compat fields from PcGuestInfo
Eduardo Habkost
2019-11-29
5
-22
/
+11
*
acpi: Don't save PcGuestInfo on AcpiBuildState
Eduardo Habkost
2019-11-29
1
-3
/
+0
*
acpi: Remove guest_info parameters from functions
Eduardo Habkost
2019-11-29
1
-14
/
+21
*
pc: Simplify xen_load_linux() signature
Eduardo Habkost
2019-11-29
2
-4
/
+3
*
pc: Simplify pc_memory_init() signature
Eduardo Habkost
2019-11-29
3
-8
/
+7
*
pc: Eliminate struct PcGuestInfoState
Eduardo Habkost
2019-11-29
1
-17
/
+10
*
ipmi: add ACPI power and GUID commands
Cédric Le Goater
2019-11-29
1
-0
/
+49
*
ipmi: add GET_SYS_RESTART_CAUSE chassis command
Cédric Le Goater
2019-11-29
1
-1
/
+15
*
ipmi: add get and set SENSOR_TYPE commands
Cédric Le Goater
2019-11-29
1
-1
/
+44
*
ipmi: introduce a struct ipmi_sdr_compact
Cédric Le Goater
2019-11-29
1
-28
/
+44
*
ipmi: fix SDR length value
Cédric Le Goater
2019-11-29
1
-6
/
+6
*
ipmi: cleanup error_report messages
Cédric Le Goater
2019-11-29
1
-2
/
+2
*
ipmi: replace *_MAXCMD defines
Cédric Le Goater
2019-11-29
1
-13
/
+8
*
ipmi: replace goto by a return statement
Cédric Le Goater
2019-11-29
1
-99
/
+41
*
hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie dev...
Marcel Apfelbaum
2019-11-29
1
-0
/
+7
*
hw/pxb: add pxb devices to the bridge category
Marcel Apfelbaum
2019-11-29
1
-0
/
+2
*
virtio: combine write of an entry into used ring
Vincenzo Maffione
2019-11-29
1
-13
/
+12
*
virtio: read avail_idx from VQ only when necessary
Vincenzo Maffione
2019-11-29
1
-4
/
+22
*
virtio: cache used_idx in a VirtQueue field
Vincenzo Maffione
2019-11-29
1
-3
/
+9
*
virtio: combine the read of a descriptor
Paolo Bonzini
2019-11-29
1
-51
/
+35
*
vring: slim down allocation of VirtQueueElements
Paolo Bonzini
2019-11-29
1
-17
/
+36
*
virtio: slim down allocation of VirtQueueElements
Paolo Bonzini
2019-11-29
1
-31
/
+51
*
virtio: introduce virtqueue_alloc_element
Paolo Bonzini
2019-11-29
2
-13
/
+100
*
virtio: introduce qemu_get/put_virtqueue_element
Paolo Bonzini
2019-11-29
4
-19
/
+21
*
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2019-11-29
15
-134
/
+202
*
virtio: move VirtQueueElement at the beginning of the structs
Paolo Bonzini
2019-11-29
1
-2
/
+1
*
pc: acpi: merge SSDT into DSDT
Igor Mammedov
2019-11-29
1
-135
/
+111
*
Fix virtio migration
Dr. David Alan Gilbert
2019-11-29
1
-4
/
+4
*
e1000: eliminate infinite loops on out-of-bounds transfer start
Laszlo Ersek
2019-11-29
1
-2
/
+4
*
cadence_gem: fix buffer overflow
Michael S. Tsirkin
2019-11-29
1
-0
/
+8
*
net: cadence_gem: check packet size in gem_recieve
Prasad J Pandit
2019-11-29
1
-0
/
+4
*
dma: remove now useless DMA_* functions
Hervé Poussineau
2019-11-29
3
-109
/
+0
*
sb16: use IsaDma interface instead of global DMA_* functions
Hervé Poussineau
2019-11-29
1
-5
/
+18
*
gus: use IsaDma interface instead of global DMA_* functions
Hervé Poussineau
2019-11-29
1
-7
/
+13
*
cs4231a: use IsaDma interface instead of global DMA_* functions
Hervé Poussineau
2019-11-29
1
-8
/
+15
*
fdc: use IsaDma interface instead of global DMA_* functions
Hervé Poussineau
2019-11-29
1
-17
/
+46
*
sparc64: disable floppy DMA
Hervé Poussineau
2019-11-29
1
-1
/
+14
*
sparc: disable floppy DMA
Hervé Poussineau
2019-11-29
1
-0
/
+2
*
magnum: disable floppy DMA for now
Hervé Poussineau
2019-11-29
1
-1
/
+2
*
i8257: implement the IsaDma interface
Hervé Poussineau
2019-11-29
1
-31
/
+117
*
isa: add an ISA DMA interface, and store it within the ISA bus
Hervé Poussineau
2019-11-29
1
-0
/
+21
*
i8257: move state definition to new independent header
Hervé Poussineau
2019-11-29
1
-34
/
+1
*
i8257: QOM'ify
Hervé Poussineau
2019-11-29
1
-53
/
+107
*
i8257: add missing const
Hervé Poussineau
2019-11-29
1
-1
/
+1
*
i8257: make the DMA running method per controller
Hervé Poussineau
2019-11-29
1
-41
/
+34
*
i8257: rename functions to start with i8257_ prefix
Hervé Poussineau
2019-11-29
1
-45
/
+46
[prev]
[next]