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
*
linux-headers: Update to v3.10-rc5
Alexey Kardashevskiy
2013-06-12
8
-13
/
+299
*
KVM: PPC: Add dummy kvm_arch_init_irq_routing()
Scott Wood
2013-06-12
1
-0
/
+4
*
KVM: S390: Add dummy kvm_arch_init_irq_routing()
Alexey Kardashevskiy
2013-06-12
1
-0
/
+4
*
KVM: ARM: Add dummy kvm_arch_init_irq_routing()
Alexey Kardashevskiy
2013-06-12
1
-0
/
+4
*
ivshmem: add missing error exit(2)
Stefan Hajnoczi
2013-06-12
1
-0
/
+1
*
hw/xen: Use g_free instead of free and fix potential memory leaks
Stefan Weil
2013-06-11
2
-5
/
+7
*
target-sparc: Replace free by g_free
Stefan Weil
2013-06-11
1
-1
/
+1
*
hw/scsi: Don't increment a boolean value
Stefan Weil
2013-06-11
1
-1
/
+1
*
device tree: Fix cppcheck warning
Stefan Weil
2013-06-11
1
-1
/
+1
*
Makefile: Install qemu-img and qemu-nbd man pages only if built
Andreas Färber
2013-06-11
1
-1
/
+4
*
Unbreak -no-quit for GTK, validate SDL options
Peter Wu
2013-06-11
1
-5
/
+10
*
gtk: implement -full-screen
Peter Wu
2013-06-11
3
-3
/
+7
*
char/serial: serial_ioport_write: Factor out common code
Peter Crosthwaite
2013-06-11
1
-7
/
+3
*
char/serial: Use generic Fifo8
Peter Crosthwaite
2013-06-11
2
-74
/
+39
*
char/serial: cosmetic fixes.
Peter Crosthwaite
2013-06-11
1
-11
/
+19
*
curl: Whitespace only changes.
Richard W.M. Jones
2013-06-11
1
-2
/
+2
*
intc/xilinx_intc: Use qemu_set_irq
Peter Crosthwaite
2013-06-11
1
-5
/
+1
*
configure: Disable host-bsd USB on FreeBSD
Ed Maste
2013-06-11
1
-1
/
+3
*
configure: remove ${config_host_ld} variable
Ed Maste
2013-06-11
1
-2
/
+1
*
gitignore: unignore *.patch
Michael Tokarev
2013-06-11
1
-1
/
+0
*
qemu-char: remove a few needless #includes
Michael Tokarev
2013-06-11
1
-2
/
+0
*
qemu-char: don't issue CHR_EVENT_OPEN in a BH
Michael Roth
2013-06-10
7
-24
/
+26
*
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
2013-06-10
2
-3
/
+26
|
\
|
*
correct RTC_CHANGE_EVENT description (v2)
Marcelo Tosatti
2013-06-07
1
-1
/
+2
|
*
MAINTAINERS: split Monitor (QMP/HMP) entry
Luiz Capitulino
2013-06-07
1
-2
/
+17
|
*
MAINTAINERS: new maintainers for qapi-schema.json
Luiz Capitulino
2013-06-07
1
-0
/
+7
*
|
Merge remote-tracking branch 'stefanha/net' into staging
Anthony Liguori
2013-06-10
2
-7
/
+13
|
\
\
|
*
|
tap: fix NULL dereference when passing invalid parameters to tap
Jason Wang
2013-06-07
1
-6
/
+12
|
*
|
vmxnet3: fix NICState cleanup
Stefan Hajnoczi
2013-06-05
1
-1
/
+1
*
|
|
gtk: use better icon
Anthony Liguori
2013-06-10
3
-2
/
+978
*
|
|
softfloat: Fix shift128Right for shift counts 64..127
Peter Maydell
2013-06-10
1
-1
/
+1
*
|
|
gdbstub: let the debugger resume from guest panicked state
Paolo Bonzini
2013-06-10
2
-0
/
+4
*
|
|
gdbstub: fix for commit 87f25c12bfeaaa0c41fb857713bbc7e8a9b757dc
Paolo Bonzini
2013-06-10
1
-1
/
+1
*
|
|
xilinx_axidma: Do not set DMA .notify to NULL after notify
Wendy Liang
2013-06-10
1
-1
/
+2
*
|
|
xilinx_axienet: Fix bit mask code
Stefan Weil
2013-06-10
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-06-07
25
-2561
/
+2715
|
\
\
|
*
|
hmp: add parameters device and -v for info block
Wenchao Xia
2013-06-07
2
-12
/
+20
|
*
|
hmp: show ImageInfo in 'info block'
Wenchao Xia
2013-06-07
1
-0
/
+14
|
*
|
qmp: add ImageInfo in BlockDeviceInfo used by query-block
Wenchao Xia
2013-06-07
4
-8
/
+125
|
*
|
block: add image info query function bdrv_query_image_info()
Wenchao Xia
2013-06-07
3
-14
/
+46
|
*
|
block: add snapshot info query function bdrv_query_snapshot_info_list()
Wenchao Xia
2013-06-07
3
-15
/
+49
|
*
|
ide-test: Add FLUSH CACHE test case
Kevin Wolf
2013-06-06
1
-0
/
+40
|
*
|
ide: Set BSY bit during FLUSH
Andreas Färber
2013-06-06
1
-0
/
+1
|
*
|
ide-test: Add enum value for DEV
Kevin Wolf
2013-06-06
1
-1
/
+2
|
*
|
blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK events
Kevin Wolf
2013-06-06
3
-4
/
+10
|
*
|
Make qemu-io commands available in HMP
Kevin Wolf
2013-06-06
5
-1
/
+37
|
*
|
qemu-io: Use the qemu version for -V
Kevin Wolf
2013-06-06
1
-3
/
+1
|
*
|
qemu-io: Interface cleanup
Kevin Wolf
2013-06-06
3
-30
/
+27
|
*
|
qemu-io: Move remaining helpers from cmd.c
Kevin Wolf
2013-06-06
4
-154
/
+105
|
*
|
qemu-io: Move command_loop() and friends
Kevin Wolf
2013-06-06
3
-148
/
+139
[next]