index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
fw_cfg: Split fw_cfg_keys.h off fw_cfg.h
Markus Armbruster
2016-03-22
2
-48
/
+47
*
Clean up includes some more
Markus Armbruster
2016-03-22
2
-2
/
+0
*
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-03-22
34
-40
/
+0
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
5
-10
/
+8
*
Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-03-17-3...
Peter Maydell
2016-03-17
6
-0
/
+855
|
\
|
*
crypto: add block encryption framework
Daniel P. Berrange
2016-03-17
1
-0
/
+232
|
*
crypto: import an implementation of the XTS cipher mode
Daniel P. Berrange
2016-03-17
1
-0
/
+86
|
*
crypto: add support for anti-forensic split algorithm
Daniel P. Berrange
2016-03-17
1
-0
/
+135
|
*
crypto: add support for generating initialization vectors
Daniel P. Berrange
2016-03-17
1
-0
/
+206
|
*
crypto: add support for PBKDF2 algorithm
Daniel P. Berrange
2016-03-17
1
-0
/
+152
|
*
crypto: add cryptographic random byte source
Daniel P. Berrange
2016-03-17
1
-0
/
+44
*
|
block: Pull up blk_read_unthrottled() implementation
Kevin Wolf
2016-03-17
1
-2
/
+0
*
|
block: Use blk_co_pwritev() for blk_write()
Kevin Wolf
2016-03-17
1
-0
/
+3
*
|
block: Use blk_co_preadv() for blk_read()
Kevin Wolf
2016-03-17
1
-0
/
+4
*
|
block: Use BdrvChild in BlockBackend
Kevin Wolf
2016-03-17
1
-0
/
+5
*
|
block: Remove bdrv_states list
Max Reitz
2016-03-17
2
-5
/
+0
*
|
block: Add blk_next_root_bs()
Max Reitz
2016-03-17
1
-0
/
+1
*
|
block: Add bdrv_next_monitor_owned()
Max Reitz
2016-03-17
1
-0
/
+1
*
|
block: Move some bdrv_*_all() functions to BB
Max Reitz
2016-03-17
1
-2
/
+0
*
|
blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()
Max Reitz
2016-03-17
1
-2
/
+0
*
|
blockdev: Split monitor reference from BB creation
Max Reitz
2016-03-17
1
-5
/
+4
*
|
blockdev: Separate BB name management
Max Reitz
2016-03-17
1
-0
/
+2
*
|
qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE
Max Reitz
2016-03-17
1
-3
/
+0
*
|
block: Add blk_commit_all()
Max Reitz
2016-03-17
1
-0
/
+1
|
/
*
module: Rename machine_init() to opts_init()
Eduardo Habkost
2016-03-16
1
-2
/
+2
*
machine: Use type_init() to register machine classes
Eduardo Habkost
2016-03-16
2
-2
/
+2
*
bcm2835_dma: add emulation of Raspberry Pi DMA controller
Grégory ESTRADE
2016-03-16
2
-0
/
+49
*
bcm2835_property: implement framebuffer control/configuration properties
Grégory ESTRADE
2016-03-16
1
-1
/
+4
*
bcm2835_fb: add framebuffer device for Raspberry Pi
Grégory ESTRADE
2016-03-16
2
-0
/
+49
*
bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) block
Andrew Baumann
2016-03-16
2
-0
/
+35
*
hw/arm: Add ASPEED AST2400 SoC model
Andrew Jeffery
2016-03-16
1
-0
/
+35
*
hw/intc: Add (new) ASPEED VIC device model
Andrew Jeffery
2016-03-16
1
-0
/
+48
*
hw/timer: Add ASPEED timer device model
Andrew Jeffery
2016-03-16
1
-0
/
+59
*
i.MX: Add i.MX6 CCM and ANALOG device.
Jean-Christophe Dubois
2016-03-16
1
-0
/
+197
*
i.MX: Add the CLK_IPG_HIGH clock
Jean-Christophe Dubois
2016-03-16
1
-0
/
+1
*
i.MX: Remove CCM useless clock computation handling.
Jean-Christophe Dubois
2016-03-16
1
-7
/
+0
*
i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.
Jean-Christophe Dubois
2016-03-16
1
-1
/
+1
*
loader: Fix incorrect parameter name in load_image_mr() macro
Jens Wiklander
2016-03-16
1
-1
/
+1
*
include/config.h: Remove
Peter Maydell
2016-03-16
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160316' into...
Peter Maydell
2016-03-16
2
-29
/
+39
|
\
|
*
vfio: Eliminate vfio_container_ioctl()
David Gibson
2016-03-15
1
-2
/
+0
|
*
spapr_pci: Remove finish_realize hook
David Gibson
2016-03-15
1
-12
/
+0
|
*
spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridge
David Gibson
2016-03-15
1
-11
/
+0
|
*
spapr_pci: Allow EEH on spapr-pci-host-bridge
David Gibson
2016-03-15
1
-1
/
+5
|
*
spapr_pci: Eliminate class callbacks
David Gibson
2016-03-15
1
-4
/
+33
|
*
vfio: Start improving VFIO/EEH interface
David Gibson
2016-03-15
1
-0
/
+2
*
|
icount: decouple warp calls
Pavel Dovgalyuk
2016-03-15
2
-5
/
+5
*
|
replay: character devices
Pavel Dovgalyuk
2016-03-15
2
-0
/
+43
|
/
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-03-15
8
-7
/
+76
|
\
|
*
machine: introduce MachineClass.possible_cpu_arch_ids() hook
Igor Mammedov
2016-03-11
2
-0
/
+27
[next]