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
*
bswap: Rewrite all ld<type>_<endian>_p functions
Richard Henderson
2013-01-12
1
-270
/
+30
*
bswap: Add host endian unaligned access functions
Richard Henderson
2013-01-12
1
-1
/
+50
*
bswap: Tidy base definitions of bswapN
Richard Henderson
2013-01-12
1
-42
/
+30
*
fdt: Use bswapN instead of bswap_N
Richard Henderson
2013-01-12
1
-8
/
+8
*
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2013-01-11
9
-52
/
+22
|
\
|
*
hw/pc.c: Fix converting of ioport_register* to MemoryRegion
Julien Grall
2013-01-11
1
-0
/
+12
|
*
Replace remaining gmtime, localtime by gmtime_r, localtime_r
Stefan Weil
2013-01-11
4
-21
/
+4
|
*
savevm: Remove MinGW specific code which is no longer needed
Stefan Weil
2013-01-11
1
-28
/
+2
|
*
qga/channel-posix.c: Explicitly include string.h
Peter Maydell
2013-01-11
1
-0
/
+1
|
*
configure: Fix comment (copy+paste bug)
Stefan Weil
2013-01-11
1
-1
/
+1
|
*
readline: avoid memcpy() of overlapping regions
Nickolai Zeldovich
2013-01-08
1
-2
/
+2
*
|
Merge remote-tracking branch 'kraxel/q35.1' into staging
Anthony Liguori
2013-01-11
5
-13
/
+170
|
\
\
|
*
|
Makefile: install the "acpi-dsdt.aml" and "q35-acpi-dsdt.aml" blobs too
Laszlo Ersek
2013-01-11
1
-0
/
+1
|
*
|
pc: rename machine types
Gerd Hoffmann
2013-01-11
2
-6
/
+6
|
*
|
q35: document chipset devices
Gerd Hoffmann
2013-01-11
1
-0
/
+129
|
*
|
q35: add ich9 intel hda controller
Gerd Hoffmann
2013-01-11
1
-7
/
+34
*
|
|
Merge remote-tracking branch 'afaerber-or/prep-up' into staging
Anthony Liguori
2013-01-11
8
-32
/
+477
|
\
\
\
|
*
\
\
Merge branch 'master' of git://git.qemu.org/qemu into prep-up
Andreas Färber
2013-01-10
2096
-121147
/
+188921
|
|
\
\
\
|
|
|
/
/
|
*
|
|
prep: Use pc87312 device instead of collection of random ISA devices
Hervé Poussineau
2012-08-15
4
-32
/
+12
|
*
|
|
prep: Add pc87312 Super I/O emulation
Hervé Poussineau
2012-08-15
4
-0
/
+461
|
*
|
|
prep: Include devices for ppc64 as well
Andreas Färber
2012-08-15
1
-0
/
+3
*
|
|
|
virtio-scsi: abort in-flight I/O when the device is reset
Paolo Bonzini
2013-01-10
1
-0
/
+4
*
|
|
|
qdev: add qbus_reset_all
Paolo Bonzini
2013-01-10
2
-1
/
+18
*
|
|
|
Make all static TypeInfos const
Andreas Färber
2013-01-10
252
-342
/
+342
|
|
/
/
|
/
|
|
*
|
|
Merge remote-tracking branch 'kraxel/build.1' into staging
Anthony Liguori
2013-01-10
2
-0
/
+9
|
\
\
\
|
*
|
|
m48t59-test: don't touch watchdog
Gerd Hoffmann
2013-01-10
1
-0
/
+5
|
*
|
|
rtc-test: skip year-2038 overflow check in case time_t is 32bit only
Gerd Hoffmann
2013-01-10
1
-0
/
+4
*
|
|
|
Merge remote-tracking branch 'awilliam/tags/qemu-1.4-vfio-20130109.0' into st...
Anthony Liguori
2013-01-10
1
-6
/
+28
|
\
\
\
\
|
*
|
|
|
vfio-pci: Loosen sanity checks to allow future features
Alex Williamson
2013-01-08
1
-2
/
+2
|
*
|
|
|
vfio-pci: Make host MSI-X enable track guest
Alex Williamson
2013-01-08
1
-4
/
+26
*
|
|
|
|
Check return values from g_poll and select
Fabien Chouteau
2013-01-09
1
-14
/
+13
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge remote-tracking branch 'mdroth/qga-pull-1-8-2013' into staging
Anthony Liguori
2013-01-09
7
-112
/
+342
|
\
\
\
\
|
*
|
|
|
qemu-ga: sample fsfreeze hooks
Tomoki Sekiyama
2013-01-08
4
-1
/
+91
|
*
|
|
|
qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thaw
Tomoki Sekiyama
2013-01-08
3
-1
/
+117
|
*
|
|
|
qemu-ga: guest_suspend(): improve error reporting
Luiz Capitulino
2013-01-08
1
-11
/
+18
|
*
|
|
|
qemu-ga: bios_supports_mode(): improve error reporting
Luiz Capitulino
2013-01-08
1
-19
/
+27
|
*
|
|
|
qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set()
Luiz Capitulino
2013-01-08
1
-21
/
+8
|
*
|
|
|
qemu-ga: qmp_guest_fstrim(): get rid of sprintf() + error_set()
Luiz Capitulino
2013-01-08
1
-7
/
+3
|
*
|
|
|
qemu-ga: qmp_guest_fsfreeze_*(): get rid of sprintf() + error_set()
Luiz Capitulino
2013-01-08
1
-7
/
+3
|
*
|
|
|
qemu-ga: build_fs_mount_list(): take an Error argument
Luiz Capitulino
2013-01-08
1
-14
/
+16
|
*
|
|
|
qemu-ga: qmp_guest_shutdown(): improve error reporting
Luiz Capitulino
2013-01-08
1
-10
/
+38
|
*
|
|
|
qemu-ga: qmp_guest_file_*: improve error reporting
Luiz Capitulino
2013-01-08
1
-9
/
+13
|
*
|
|
|
qemu-ga: qmp_guest_file_close(): fix fclose() error check
Luiz Capitulino
2013-01-08
1
-1
/
+1
|
*
|
|
|
qemu-ga: guest_file_handle_find(): take an Error argument
Luiz Capitulino
2013-01-08
1
-11
/
+7
|
/
/
/
/
*
|
|
|
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2013-01-08
13
-67
/
+171
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
target-i386: Explicitly set vendor for each built-in cpudef
Igor Mammedov
2013-01-08
1
-9
/
+31
|
*
|
|
target-i386: Sanitize AMD's ext2_features at realize time
Igor Mammedov
2013-01-08
1
-10
/
+11
|
*
|
|
target-i386: Filter out unsupported features at realize time
Igor Mammedov
2013-01-08
1
-15
/
+16
|
*
|
|
qemu-common.h: Make qemu_init_vcpu() stub static inline
Andreas Färber
2013-01-08
2
-3
/
+3
|
*
|
|
target-i386: check/enforce: Eliminate check_feat field
Eduardo Habkost
2013-01-08
1
-8
/
+6
[next]