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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
bios-linker-loader: document+validate input
Michael S. Tsirkin
2019-11-29
1
-1
/
+1
*
log: Redirect stderr to logfile if deamonized
Dimitris Aragiorgis
2019-11-29
1
-6
/
+0
*
DumpState: adding total_size and written_size fields
Peter Xu
2019-11-29
1
-0
/
+9
*
dump-guest-memory: add "detach" support
Peter Xu
2019-11-29
2
-0
/
+5
*
dump-guest-memory: introduce dump_process() helper function.
Peter Xu
2019-11-29
1
-0
/
+3
*
dump-guest-memory: add dump_in_progress() helper function
Peter Xu
2019-11-29
1
-0
/
+4
*
dump-guest-memory: using static DumpState, add DumpStatus
Peter Xu
2019-11-29
1
-0
/
+2
*
throttle: Add support for burst periods
Alberto Garcia
2019-11-29
1
-5
/
+36
*
throttle: Use throttle_config_init() to initialize ThrottleConfig
Alberto Garcia
2019-11-29
1
-0
/
+2
*
throttle: Merge all functions that check the configuration into one
Alberto Garcia
2019-11-29
1
-4
/
+0
*
throttle: Make throttle_is_valid() set errp
Alberto Garcia
2019-11-29
1
-1
/
+1
*
throttle: Make throttle_max_is_missing_limit() set errp
Alberto Garcia
2019-11-29
1
-1
/
+1
*
throttle: Make throttle_conflicting() set errp
Alberto Garcia
2019-11-29
1
-1
/
+1
*
throttle: Make throttle_compute_timer() static
Alberto Garcia
2019-11-29
1
-6
/
+0
*
device_tree: qemu_fdt_getprop_cell converted to use the error API
Eric Auger
2019-11-29
1
-1
/
+13
*
device_tree: qemu_fdt_getprop converted to use the error API
Eric Auger
2019-11-29
1
-1
/
+12
*
device_tree: introduce qemu_fdt_node_path
Eric Auger
2019-11-29
1
-0
/
+18
*
device_tree: introduce load_device_tree_from_sysfs
Eric Auger
2019-11-29
1
-0
/
+8
*
hw/vfio/platform: amd-xgbe device
Eric Auger
2019-11-29
1
-0
/
+51
*
pcie_aer: expose pcie_aer_msg() interface
Chen Fan
2019-11-29
1
-0
/
+1
*
aer: impove pcie_aer_init to support vfio device
Chen Fan
2019-11-29
1
-1
/
+1
*
osdep.h: Remove int_fast*_t Solaris compatibility code
Peter Maydell
2019-11-29
1
-7
/
+0
*
fpu: Remove use of int_fast16_t in conversions to int16
Peter Maydell
2019-11-29
1
-8
/
+8
*
qapi: Change visit_start_implicit_struct to visit_start_alternate
Eric Blake
2019-11-29
2
-19
/
+47
*
qapi: Don't box branches of flat unions
Eric Blake
2019-11-29
2
-3
/
+0
*
qapi: Adjust layout of FooList types
Eric Blake
2019-11-29
2
-8
/
+7
*
hw/sd/sdhci.c: Update to use SDBus APIs
Peter Maydell
2019-11-29
1
-2
/
+1
*
hw/sd: Add QOM bus which SD cards plug in to
Peter Maydell
2019-11-29
1
-0
/
+62
*
hw/sd/sd.c: QOMify
Peter Maydell
2019-11-29
1
-0
/
+3
*
vhost-user interrupt management fixes
Victor Kaplansky
2019-11-29
1
-0
/
+1
*
cuda: port SET_DEVICE_LIST command to new framework
Hervé Poussineau
2019-11-29
1
-1
/
+1
*
pseries: Simplify handling of the hash page table fd
David Gibson
2019-11-29
1
-1
/
+0
*
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
2019-11-29
1
-0
/
+8
*
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
2019-11-29
1
-6
/
+14
*
qom: add helpers for UserCreatable object types
Daniel P. Berrange
2019-11-29
2
-3
/
+92
*
oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.h
Peter Maydell
2019-11-29
1
-0
/
+11
*
change type of pci_bridge_initfn() to void
Cao jin
2019-11-29
1
-1
/
+1
*
virtio: optimize virtio_access_is_big_endian() for little-endian targets
Greg Kurz
2019-11-29
1
-3
/
+3
*
virtio: move cross-endian helper to vhost
Greg Kurz
2019-11-29
1
-13
/
+0
*
virtio-net: use the backend cross-endian capabilities
Greg Kurz
2019-11-29
2
-9
/
+1
*
build: Don't redefine 'inline'
Eric Blake
2019-11-29
1
-12
/
+0
*
io: convert QIOChannelBuffer to use uint8_t instead of char
Daniel P. Berrange
2019-11-29
1
-1
/
+1
*
io: introduce helper for creating channels from file descriptors
Daniel P. Berrange
2019-11-29
1
-0
/
+52
*
io: improve docs for QIOChannelSocket async functions
Daniel P. Berrange
2019-11-29
1
-2
/
+9
*
w32: include winsock2.h before windows.h
Paolo Bonzini
2019-11-29
1
-1
/
+1
*
cpu: cpu_save/cpu_load is no more
Paolo Bonzini
2019-11-29
1
-6
/
+0
*
qom: Correct object_property_get_int() description
Alistair Francis
2019-11-29
1
-1
/
+1
*
bcm2835_property: implement "get board revision" query
Stephen Warren
2019-11-29
1
-0
/
+1
*
cpu: Add callback to check architectural watchpoint match
Sergey Fedorov
2019-11-29
1
-1
/
+6
*
memory: fix usage of find_next_bit and find_next_zero_bit
Paolo Bonzini
2019-11-29
1
-19
/
+36
[next]