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
*
virtio-serial: Cleanup on device hot-unplug
Amit Shah
2010-08-22
3
-1
/
+27
*
target-i386: svm: Fix MSRPM check
Adam Lackorzynski
2010-08-22
1
-1
/
+1
*
exec: remove code duplication in qemu_ram_alloc() and qemu_ram_alloc_from_ptr()
Yoshiaki Tamura
2010-08-22
1
-58
/
+26
*
exec: replace tabs by spaces.
Yoshiaki Tamura
2010-08-22
1
-28
/
+28
*
arch_init: replace tabs by spaces.
Yoshiaki Tamura
2010-08-22
1
-6
/
+6
*
pckbd: support for commands 0xf0-0xff: Pulse output bit
Bernhard Kohl
2010-08-22
1
-3
/
+20
*
Replace qemu_malloc + memset with qemu_mallocz
Blue Swirl
2010-08-20
2
-4
/
+2
*
Use ARRAY_SIZE macro
Blue Swirl
2010-08-20
2
-2
/
+2
*
Remove useless NULL check for qemu_strdup return value
Blue Swirl
2010-08-19
1
-3
/
+0
*
Remove useless NULL checks for qemu_malloc return value
Blue Swirl
2010-08-19
1
-12
/
+0
*
savevm: Reset last block info at beginning of each save
Alex Williamson
2010-08-19
1
-2
/
+5
*
set proper migration status on ->write error (v5)
Marcelo Tosatti
2010-08-19
2
-2
/
+10
*
rtc: Remove TARGET_I386 from qemu-config.c, enables driftfix
Amit Shah
2010-08-19
1
-2
/
+0
*
QEMUFileBuffered: indicate that we're ready when the underlying file is ready
Avi Kivity
2010-08-19
1
-0
/
+8
*
sparc escc IUS improvements (SunOS 4.1.4 fix)
Artyom Tarasenko
2010-08-15
1
-26
/
+30
*
Fix mingw32 build
Blue Swirl
2010-08-15
1
-3
/
+4
*
win32: Avoid compiler warning (WIN32_LEAN_AND_MEAN redefined)
Stefan Weil
2010-08-15
1
-0
/
+4
*
win32: Add missing function setenv
Stefan Weil
2010-08-15
2
-0
/
+17
*
Disable build of ivshmem on non-KVM systems
Cam Macdonell
2010-08-15
1
-1
/
+1
*
Add kvm_set_ioeventfd_mmio_long definition for non-KVM systems
Cam Macdonell
2010-08-15
1
-0
/
+5
*
TCG: Revert ppc64 tcg_out_movi32 change
Andreas Färber
2010-08-15
1
-1
/
+1
*
TCG: Fix Darwin/ppc calling convention recognition
Andreas Färber
2010-08-15
1
-1
/
+1
*
RESEND: Inter-VM shared memory PCI device
Cam Macdonell
2010-08-10
5
-0
/
+883
*
Support marking a device as non-migratable
Cam Macdonell
2010-08-10
2
-3
/
+43
*
Add function to assign ioeventfd to MMIO.
Cam Macdonell
2010-08-10
2
-0
/
+33
*
Device specification for shared memory PCI device
Cam Macdonell
2010-08-10
1
-0
/
+96
*
Add qemu_ram_alloc_from_ptr function
Cam Macdonell
2010-08-10
2
-0
/
+45
*
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
2010-08-09
9
-77
/
+115
|
\
|
*
ide: Avoid canceling IDE DMA
Andrea Arcangeli
2010-08-03
1
-2
/
+21
|
*
block: Change bdrv_eject() not to drop the image
Markus Armbruster
2010-08-03
2
-3
/
+5
|
*
block: Fix bdrv_has_zero_init
Kevin Wolf
2010-08-03
5
-10
/
+28
|
*
block migration: replace tabs by spaces.
Yoshiaki Tamura
2010-08-03
1
-6
/
+6
|
*
loadvm: improve tests before bdrv_snapshot_goto()
Miguel Di Ciurcio Filho
2010-08-03
2
-38
/
+36
|
*
block: Change bdrv_commit to handle multiple sectors at once
Kevin Wolf
2010-08-03
1
-18
/
+19
*
|
microblaze: Fix the target version of stat64 struct
Edgar E. Iglesias
2010-08-09
1
-6
/
+8
*
|
audio/sdl: return on error
malc
2010-08-07
1
-0
/
+1
*
|
mips: Add support for VInt and VEIC irq modes
Edgar E. Iglesias
2010-08-06
3
-1
/
+51
*
|
audio/sdl: be more anal about errors
malc
2010-08-06
1
-3
/
+18
*
|
audio: make audio_pt_init block all signals
malc
2010-08-06
2
-52
/
+31
*
|
sparc32: use FW_CFG_CMDLINE_SIZE
Blue Swirl
2010-08-03
1
-0
/
+3
|
/
*
fix last cpu timer initialization
Artyom Tarasenko
2010-08-02
1
-2
/
+2
*
Initialize a variable in all cases
Blue Swirl
2010-07-31
1
-0
/
+2
*
Fix uint8_t comparison with negative value
Blue Swirl
2010-07-31
1
-1
/
+1
*
Fix a warning on OpenSolaris
Blue Swirl
2010-07-31
1
-0
/
+1
*
Correctly identify multiple cpus in SMP systems
Hervé Poussineau
2010-07-31
2
-4
/
+2
*
Remove unused constant
Hervé Poussineau
2010-07-31
1
-4
/
+0
*
jazz led: Fix debug prints
Hervé Poussineau
2010-07-31
1
-6
/
+15
*
xilinx-s3adsp: Add support for loading u-boot images.
Edgar E. Iglesias
2010-07-31
1
-1
/
+11
*
xilinx-s3adsp: Fix loading of raw binaries.
Edgar E. Iglesias
2010-07-31
1
-0
/
+1
*
Remove unused eventfd.h
Mike McCormack
2010-07-30
2
-2
/
+0
[next]