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
*
device_tree: qemu_fdt_setprop: Rename val_array arg
Peter Crosthwaite
2013-12-20
1
-1
/
+1
*
device_tree: s/qemu_devtree/qemu_fdt globally
Peter Crosthwaite
2013-12-20
1
-40
/
+40
*
roms: Flush icache when writing roms to guest memory
Alexander Graf
2013-12-20
1
-0
/
+1
*
spapr-rtas: add ibm, (get|set)-system-parameter
Alexey Kardashevskiy
2013-12-20
1
-0
/
+2
*
spapr-rtas: replace return code constants with macros
Alexey Kardashevskiy
2013-12-20
1
-0
/
+7
*
hw/arm: add allwinner a10 SoC support
liguang
2013-12-17
1
-0
/
+35
*
hw/intc: add allwinner A10 interrupt controller
liguang
2013-12-17
1
-0
/
+40
*
hw/timer: add allwinner a10 timer
liguang
2013-12-17
1
-0
/
+58
*
vmstate: Add support for an array of ptimer_state *
Peter Maydell
2013-12-17
2
-0
/
+14
*
hw/arm/digic: add UART support
Antony Pavlov
2013-12-17
2
-0
/
+49
*
hw/arm/digic: add timer support
Antony Pavlov
2013-12-17
2
-0
/
+52
*
hw/arm: add very initial support for Canon DIGIC SoC
Antony Pavlov
2013-12-17
1
-0
/
+35
*
host-utils: add clrsb32/64 - count leading redundant sign bits
Claudio Fontana
2013-12-17
1
-0
/
+32
*
char: add qemu_chr_fe_event()
Marc-André Lureau
2013-12-16
1
-0
/
+10
*
include: add missing config-host.h include
Marc-André Lureau
2013-12-16
1
-0
/
+2
*
qmp_change_blockdev() remove unused has_format
Marc-André Lureau
2013-12-16
1
-1
/
+1
*
Merge remote-tracking branch 'bonzini/virtio' into staging
Anthony Liguori
2013-12-13
4
-11
/
+25
|
\
|
*
virtio: Convert exit to unrealize
Andreas Färber
2013-12-09
2
-2
/
+2
|
*
virtio: Complete converting VirtioDevice to QOM realize
Andreas Färber
2013-12-09
1
-2
/
+3
|
*
virtio-scsi: Convert to QOM realize
Andreas Färber
2013-12-09
1
-1
/
+1
|
*
virtio-rng: Convert to QOM realize
Andreas Färber
2013-12-09
1
-0
/
+2
|
*
virtio: Start converting VirtioDevice to QOM realize
Andreas Färber
2013-12-09
1
-1
/
+3
|
*
virtio-scsi: switch exit callback to VirtioDeviceClass
Paolo Bonzini
2013-12-09
1
-1
/
+1
|
*
virtio-bus: cleanup plug/unplug interface
Paolo Bonzini
2013-12-09
2
-3
/
+4
|
*
virtio-bus: remove vdev field
Paolo Bonzini
2013-12-09
1
-4
/
+12
*
|
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-12-13
6
-38
/
+46
|
\
\
|
*
|
hpet: fix build with CONFIG_HPET off
Michael S. Tsirkin
2013-12-11
1
-1
/
+9
|
*
|
hpet: enable to entitle more irq pins for hpet
Liu Ping Fan
2013-12-11
1
-1
/
+23
|
*
|
smbios: Set system manufacturer, product & version by default
Markus Armbruster
2013-12-10
1
-0
/
+2
|
*
|
qtest: split configuration of qtest accelerator and chardev
Paolo Bonzini
2013-12-10
1
-20
/
+5
|
*
|
pc: map PCI address space as catchall region for not mapped addresses
Michael S. Tsirkin
2013-12-10
2
-14
/
+2
|
*
|
hw: Pass QEMUMachine to its init() method
Markus Armbruster
2013-12-10
1
-2
/
+5
*
|
|
softfloat: Add minNum() and maxNum() functions to softfloat.
Will Newton
2013-12-10
1
-0
/
+4
*
|
|
hw/arm/boot: Allow boards to provide an fdt blob
John Rigby
2013-12-10
1
-0
/
+7
*
|
|
cpu/a9mpcore: Add Global Timer
François LEGAL
2013-12-10
1
-0
/
+2
*
|
|
hw/timer: Introduce ARM A9 Global Timer.
Peter Crosthwaite
2013-12-10
1
-0
/
+97
*
|
|
cpu/a9mpcore: reorder operations/declarations
Peter Crosthwaite
2013-12-10
1
-1
/
+1
|
/
/
*
|
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-12-07
4
-9
/
+24
|
\
\
|
*
|
block: add opt_transfer_length to BlockLimits
Peter Lieven
2013-12-05
1
-0
/
+3
|
*
|
qemu-nbd: support internal snapshot export
Wenchao Xia
2013-12-04
1
-0
/
+8
|
*
|
snapshot: distinguish id and name in load_tmp
Wenchao Xia
2013-12-04
2
-2
/
+9
|
*
|
block: add bdrv_aio_write_zeroes
Paolo Bonzini
2013-12-03
1
-0
/
+3
|
*
|
block: add flags to BlockRequest
Paolo Bonzini
2013-12-03
1
-0
/
+1
|
*
|
coroutine: remove unused CoQueue AioContext
Marc-André Lureau
2013-12-02
1
-1
/
+0
|
*
|
coroutine: remove qemu_co_queue_wait_insert_head
Marc-André Lureau
2013-12-02
1
-6
/
+0
*
|
|
Merge remote-tracking branch 'kwolf/tags/for-anthony' into staging
Anthony Liguori
2013-12-06
2
-8
/
+64
|
\
\
\
|
|
/
/
|
*
|
blkdebug: add "remove_break" command
Fam Zheng
2013-11-29
2
-0
/
+3
|
*
|
sheepdog: support user-defined redundancy option
Liu Yuan
2013-11-29
1
-0
/
+1
|
*
|
qapi: Change BlockDirtyInfo to list
Fam Zheng
2013-11-29
1
-0
/
+1
|
*
|
block: per caller dirty bitmap
Fam Zheng
2013-11-29
2
-5
/
+8
[next]