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
Commit message (
Expand
)
Author
Age
Files
Lines
*
qapi: Swap 'name' in visit_* callbacks to match public API
Eric Blake
2019-11-29
8
-93
/
+95
*
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
2019-11-29
28
-287
/
+278
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2019-11-29
52
-371
/
+385
*
qom: Use typedef for Visitor
Eric Blake
2019-11-29
5
-14
/
+13
*
qapi: Don't cast Enum* to int*
Eric Blake
2019-11-29
1
-2
/
+3
*
qapi: Consolidate visitor small integer callbacks
Eric Blake
2019-11-29
2
-101
/
+55
*
qapi: Make all visitors supply uint64 callbacks
Eric Blake
2019-11-29
7
-28
/
+73
*
qapi: Prefer type_int64 over type_int in visitors
Eric Blake
2019-11-29
8
-33
/
+43
*
qapi-visit: Kill unused visit_end_union()
Eric Blake
2019-11-29
4
-14
/
+1
*
qapi: Track all failures between visit_start/stop
Eric Blake
2019-11-29
1
-6
/
+12
*
qapi: Improve generated event use of qapi visitor
Eric Blake
2019-11-29
2
-11
/
+10
*
balloon: Improve use of qapi visitor
Eric Blake
2019-11-29
1
-3
/
+5
*
vl: Ensure qapi visitor properly ends struct visit
Eric Blake
2019-11-29
1
-6
/
+8
*
hmp: Cache use of qapi visitor
Eric Blake
2019-11-29
2
-10
/
+14
*
hmp: Drop pointless allocation during qapi visit
Eric Blake
2019-11-29
2
-6
/
+2
*
qapi: Drop dead parameter in gen_params()
Eric Blake
2019-11-29
1
-2
/
+2
*
qapi: Dealloc visitor does not need a type_size()
Eric Blake
2019-11-29
1
-6
/
+0
*
qapi: Drop dead dealloc visitor variable
Eric Blake
2019-11-29
1
-1
/
+0
*
qapi: Avoid use of misnamed DO_UPCAST()
Eric Blake
2019-11-29
3
-28
/
+44
*
qobject: Document more shortcomings in our number handling
Eric Blake
2019-11-29
2
-3
/
+14
*
tests: Use Python 2.6 "except E as ..." syntax
Markus Armbruster
2019-11-29
2
-7
/
+7
*
Revert "tracetool: use Python 2.4-compatible exception handling syntax"
Markus Armbruster
2019-11-29
1
-2
/
+2
*
scripts/qmp: Use Python 2.6 "except E as ..." syntax
Markus Armbruster
2019-11-29
4
-6
/
+6
*
qapi: Use Python 2.6 "except E as ..." syntax
Markus Armbruster
2019-11-29
1
-4
/
+4
*
Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
2019-11-29
5
-30
/
+5
*
ui/cocoa.m: Include qemu/osdep.h
Peter Maydell
2019-11-29
1
-0
/
+2
*
net: set endianness on all backend devices
Laurent Vivier
2019-11-29
1
-12
/
+11
*
fix MSI injection on Xen
Stefano Stabellini
2019-11-29
6
-6
/
+34
*
intel_iommu: large page support
Jason Wang
2019-11-29
3
-24
/
+59
*
dimm: Correct type of MemoryHotplugState->base
David Gibson
2019-11-29
1
-1
/
+1
*
pc: set the OEM fields in the RSDT and the FADT from the SLIC
Laszlo Ersek
2019-11-29
2
-4
/
+13
*
acpi: add function to extract oem_id and oem_table_id from the user's SLIC
Laszlo Ersek
2019-11-29
2
-0
/
+23
*
acpi: expose oem_id and oem_table_id in build_rsdt()
Laszlo Ersek
2019-11-29
4
-5
/
+7
*
acpi: take oem_id in build_header(), optionally
Laszlo Ersek
2019-11-29
5
-21
/
+26
*
pc: Eliminate PcGuestInfo struct
Eduardo Habkost
2019-11-29
2
-9
/
+2
*
pc: Move APIC and NUMA data from PcGuestInfo to PCMachineState
Eduardo Habkost
2019-11-29
3
-28
/
+28
*
pc: Move PcGuestInfo.fw_cfg to PCMachineState
Eduardo Habkost
2019-11-29
3
-11
/
+8
*
pc: Remove PcGuestInfo.isapc_ram_fw field
Eduardo Habkost
2019-11-29
4
-9
/
+3
*
pc: Remove RAM size fields from PcGuestInfo
Eduardo Habkost
2019-11-29
3
-8
/
+5
*
pc: Remove compat fields from PcGuestInfo
Eduardo Habkost
2019-11-29
6
-26
/
+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
3
-6
/
+4
*
pc: Simplify pc_memory_init() signature
Eduardo Habkost
2019-11-29
4
-13
/
+11
*
pc: Eliminate struct PcGuestInfoState
Eduardo Habkost
2019-11-29
2
-17
/
+12
*
pc: Move PcGuestInfo declaration to top of file
Eduardo Habkost
2019-11-29
1
-15
/
+16
*
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
2
-28
/
+89
[next]