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
...
|
*
|
curses: don't initialize curses when qemu is daemonized
Hitoshi Mitake
2012-09-23
4
-1
/
+15
|
*
|
dtrace backend: add function to reserved words
Alon Levy
2012-09-23
1
-1
/
+1
|
*
|
pflash_cfi01: Fix warning caused by unreachable code
Stefan Weil
2012-09-23
1
-4
/
+4
|
*
|
ioh3420: Remove unreachable code
Stefan Weil
2012-09-23
1
-1
/
+0
|
*
|
lm4549: Fix buffer overflow
Stefan Weil
2012-09-23
1
-1
/
+1
|
*
|
cadence_uart: Fix buffer overflow
Stefan Weil
2012-09-23
1
-1
/
+1
|
*
|
qemu-sockets: Fix potential memory leak
Stefan Weil
2012-09-23
1
-1
/
+1
|
*
|
qemu-ga: Remove unreachable code after g_error
Stefan Weil
2012-09-23
1
-2
/
+0
|
*
|
target-i386: Allow tsc-frequency to be larger then 2.147G
Don Slutz
2012-09-23
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2012-09-25
9
-310
/
+276
|
\
\
\
|
*
|
|
target-alpha: Initialize env->cpu_model_str
Richard Henderson
2012-09-21
1
-0
/
+1
|
*
|
|
target-i386: Drop unused setscalar() macro
Andreas Färber
2012-09-21
1
-12
/
+0
|
*
|
|
target-i386: Kill cpudef config section support
Eduardo Habkost
2012-09-21
1
-99
/
+2
|
*
|
|
target-i386: x86_cpudef_setup() coding style change
Eduardo Habkost
2012-09-21
1
-6
/
+9
|
*
|
|
Eliminate cpus-x86_64.conf file
Eduardo Habkost
2012-09-21
3
-3
/
+0
|
*
|
|
target-i386: Move CPU models from cpus-x86_64.conf to C
Eduardo Habkost
2012-09-21
2
-128
/
+220
|
*
|
|
target-i386: Add missing CPUID_* constants
Eduardo Habkost
2012-09-21
1
-0
/
+22
|
*
|
|
Drop cpu_list_id macro
Peter Maydell
2012-09-21
4
-12
/
+8
|
*
|
|
target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dump
Peter Maydell
2012-09-21
1
-53
/
+11
|
*
|
|
MAINTAINERS: Add entry for QOM CPU
Andreas Färber
2012-09-21
1
-0
/
+6
*
|
|
|
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
2012-09-25
4
-29
/
+63
|
\
\
\
\
|
*
|
|
|
SCSI: Standard INQUIRY data should report HiSup flag as set.
Ronnie Sahlberg
2012-09-21
1
-1
/
+1
|
*
|
|
|
scsi-disk: use scsi_data_cdb_length
Paolo Bonzini
2012-09-21
1
-9
/
+5
|
*
|
|
|
scsi: introduce scsi_cdb_length and scsi_data_cdb_length
Paolo Bonzini
2012-09-21
2
-5
/
+20
|
*
|
|
|
scsi-disk: fix check for out-of-range LBA
Paolo Bonzini
2012-09-21
1
-1
/
+5
|
*
|
|
|
scsi-disk: introduce check_lba_range
Paolo Bonzini
2012-09-21
1
-8
/
+16
|
*
|
|
|
iSCSI: We dont need to explicitely call qemu_notify_event() any more
Ronnie Sahlberg
2012-09-21
1
-6
/
+0
|
*
|
|
|
iSCSI: We need to support SG_IO also from iscsi_ioctl()
Ronnie Sahlberg
2012-09-21
1
-0
/
+17
|
|
/
/
/
*
|
|
|
Merge remote-tracking branch 'bonzini/nbd-next' into staging
Anthony Liguori
2012-09-25
3
-80
/
+367
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
nbd: add nbd_export_get_blockdev
Paolo Bonzini
2012-09-19
2
-1
/
+8
|
*
|
|
nbd: negotiate with named exports
Paolo Bonzini
2012-09-19
1
-19
/
+150
|
*
|
|
nbd: register named exports
Paolo Bonzini
2012-09-19
2
-0
/
+53
|
*
|
|
qemu-nbd: rewrite termination conditions to use a state machine
Paolo Bonzini
2012-09-19
1
-10
/
+27
|
*
|
|
nbd: add notification for closing an NBDExport
Paolo Bonzini
2012-09-19
3
-3
/
+12
|
*
|
|
nbd: track clients into NBDExport
Paolo Bonzini
2012-09-19
1
-2
/
+11
|
*
|
|
nbd: add reference counting to NBDExport
Paolo Bonzini
2012-09-19
3
-6
/
+35
|
*
|
|
nbd: do not leak nbd_trip coroutines when a connection is torn down
Paolo Bonzini
2012-09-19
2
-6
/
+28
|
*
|
|
nbd: make refcount interface public
Paolo Bonzini
2012-09-19
2
-2
/
+5
|
*
|
|
nbd: do not close BlockDriverState in nbd_export_close
Paolo Bonzini
2012-09-19
2
-1
/
+1
|
*
|
|
nbd: pass NBDClient to nbd_send_negotiate
Paolo Bonzini
2012-09-19
1
-37
/
+41
|
*
|
|
nbd: add more constants
Paolo Bonzini
2012-09-18
1
-7
/
+10
*
|
|
|
w32: Add implementation of gmtime_r, localtime_r
Stefan Weil
2012-09-23
2
-0
/
+30
|
|
_
|
/
|
/
|
|
*
|
|
audio: Fix warning from static code analysis
Stefan Weil
2012-09-23
1
-3
/
+3
*
|
|
Merge branch 'tcg-sparc' of git://repo.or.cz/qemu/rth
Blue Swirl
2012-09-22
9
-622
/
+514
|
\
\
\
|
*
|
|
tcg-sparc: Preserve branch destinations during retranslation
Richard Henderson
2012-09-21
1
-8
/
+11
|
*
|
|
tcg-sparc: Fix and enable direct TB chaining.
Richard Henderson
2012-09-21
2
-6
/
+24
|
*
|
|
tcg-sparc: Add %g/%o registers to alloc_order
Richard Henderson
2012-09-21
1
-0
/
+13
|
*
|
|
tcg-sparc: Use defines for temporaries.
Richard Henderson
2012-09-21
1
-56
/
+59
|
*
|
|
tcg-sparc: Mask shift immediates to avoid illegal insns.
Richard Henderson
2012-09-21
1
-6
/
+12
|
*
|
|
tcg-sparc: Clean up cruft stemming from attempts to use global registers.
Richard Henderson
2012-09-21
3
-59
/
+26
[prev]
[next]