]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2016-03-22 Samuel ThibaultAvoid embedding struct mbuf in other structures
2016-03-22 Samuel Thibaultslirp: send icmp6 errors when UDP send failed
2016-03-22 Samuel Thibaultslirp: Fix memory leak on small incoming ipv4 packet
2016-03-22 Peter MaydellMerge remote-tracking branch 'remotes/mdroth/tags/qga...
2016-03-22 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2016-03-21 Peter MaydellMerge remote-tracking branch 'remotes/berrange/tags...
2016-03-21 Daniel P. Berrangecrypto: fix cipher function signature mismatch with...
2016-03-21 Daniel P. Berrangecrypto: add compat cast5_set_key with nettle < 3.0.0
2016-03-21 Stefan Hajnocziqemu-ga: drop unused local err variable
2016-03-18 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2016-03-18 Prasad J Panditusb: ehci: add capability mmio write function
2016-03-18 Matthew Fortunehw/usb/dev-mtp: Guard inotify usage with CONFIG_INOTIFY1
2016-03-18 Peter Xuusb: fix unbound stack warning for inotify_watchfn
2016-03-18 Peter Xuusb: fix unbound stack usage for usb_mtp_add_str
2016-03-18 Peter Xuusb: fix unbounded stack warning for xhci_dma_write_u32s
2016-03-18 Stefan Weilusb: Fix compilation for Windows
2016-03-18 Eric Blakeqapi: Use anonymous bases in QMP flat unions
2016-03-18 Eric Blakeqapi: Allow anonymous base for flat union
2016-03-18 Eric Blakeqapi: Make BlockdevOptions doc example closer to reality
2016-03-18 Eric Blakeqapi: Don't special-case simple union wrappers
2016-03-18 Eric Blakeqapi: Drop unused c_null()
2016-03-18 Eric Blakeqapi: Inline gen_visit_members() into lone caller
2016-03-18 Eric Blakeqapi-commands: Inline single-use helpers of gen_marshal()
2016-03-18 Eric Blakeqapi-commands: Utilize implicit struct visits
2016-03-18 Eric Blakeqapi-event: Utilize implicit struct visits
2016-03-18 Eric Blakeqapi-event: Drop qmp_output_get_qobject() null check
2016-03-18 Eric Blakeqapi: Emit implicit structs in generated C
2016-03-18 Eric Blakeqapi: Adjust names of implicit types
2016-03-18 Eric Blakeqapi: Make c_type() more OO-like
2016-03-18 Eric Blakeqapi: Fix command with named empty argument type
2016-03-18 Eric Blakeqapi: Assert in places where variants are not handled
2016-03-17 Peter MaydellMerge remote-tracking branch 'remotes/berrange/tags...
2016-03-17 Daniel P. Berrangecrypto: implement the LUKS block encryption format
2016-03-17 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2016-03-17 Kevin WolfMerge remote-tracking branch 'mreitz/tags/pull-block...
2016-03-17 Alberto Garciaiotests: Test QUORUM_REPORT_BAD in fifo mode
2016-03-17 Alberto Garciaquorum: Emit QUORUM_REPORT_BAD for reads in fifo mode
2016-03-17 Kevin Wolfblock: Use blk_co_pwritev() in blk_co_write_zeroes()
2016-03-17 Kevin Wolfblock: Use blk_aio_prwv() for aio_read/write/write_zeroes
2016-03-17 Kevin Wolfblock: Use blk_prw() in blk_pread()/blk_pwrite()
2016-03-17 Kevin Wolfblock: Use blk_co_pwritev() in blk_write_zeroes()
2016-03-17 Kevin Wolfblock: Pull up blk_read_unthrottled() implementation
2016-03-17 Kevin Wolfblock: Use blk_co_pwritev() for blk_write()
2016-03-17 Kevin Wolfblock: Use blk_co_preadv() for blk_read()
2016-03-17 Kevin Wolfblock: Use BdrvChild in BlockBackend
2016-03-17 Max Reitzblock: Remove bdrv_states list
2016-03-17 Max Reitzblock: Use bdrv_next() instead of bdrv_states
2016-03-17 Max Reitzblock: Rewrite bdrv_next()
2016-03-17 Max Reitzblock: Add blk_next_root_bs()
2016-03-17 Max Reitzblock: Add bdrv_next_monitor_owned()
2016-03-17 Max Reitzblock: Move some bdrv_*_all() functions to BB
2016-03-17 Max Reitzblockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()
2016-03-17 Max Reitzblockdev: Split monitor reference from BB creation
2016-03-17 Max Reitzblockdev: Separate BB name management
2016-03-17 Max Reitzblockdev: Add list of all BlockBackends
2016-03-17 Max Reitzblockdev: Rename blk_backends
2016-03-17 Max Reitzblock: Drop BB name from bad option error
2016-03-17 Max Reitzqapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE
2016-03-17 Max Reitzblock: Use blk_{commit,flush}_all() consistently
2016-03-17 Max Reitzblock: Add blk_commit_all()
2016-03-17 Max Reitzblock: Use blk_next() in block-backend.c
2016-03-17 Max Reitzmonitor: Use BB list for BB name completion
2016-03-17 Kevin Wolfblock: Fix memory leak in hmp_drive_add_node()
2016-03-17 Kevin Wolfblock: Fix qemu_root_bds_opts.head initialisation
2016-03-17 Daniel P. Berrangecrypto: add block encryption framework
2016-03-17 Daniel P. Berrangecrypto: wire up XTS mode for cipher APIs
2016-03-17 Daniel P. Berrangecrypto: refactor code for dealing with AES cipher
2016-03-17 Daniel P. Berrangecrypto: import an implementation of the XTS cipher...
2016-03-17 Daniel P. Berrangecrypto: add support for the twofish cipher algorithm
2016-03-17 Daniel P. Berrangecrypto: add support for the serpent cipher algorithm
2016-03-17 Daniel P. Berrangecrypto: add support for the cast5-128 cipher algorithm
2016-03-17 Daniel P. Berrangecrypto: skip testing of unsupported cipher algorithms
2016-03-17 Daniel P. Berrangecrypto: add support for anti-forensic split algorithm
2016-03-17 Daniel P. Berrangecrypto: add support for generating initialization vectors
2016-03-17 Daniel P. Berrangecrypto: add support for PBKDF2 algorithm
2016-03-17 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2016-03-17 Stefan HajnocziRevert "qed: Implement .bdrv_drain"
2016-03-17 Matthew Fortuneaio-posix: Change CONFIG_EPOLL to CONFIG_EPOLL_CREATE1
2016-03-17 Daniel P. Berrangecrypto: add cryptographic random byte source
2016-03-17 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2016-03-16 Eduardo Habkostmodule: Rename machine_init() to opts_init()
2016-03-16 Eduardo Habkostmachine: Use type_init() to register machine classes
2016-03-16 Peter MaydellMerge remote-tracking branch 'remotes/cody/tags/block...
2016-03-16 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2016-03-16 Peter Maydellsd: Fix "info qtree" on boards with SD cards
2016-03-16 Grégory ESTRADEbcm2835_dma: add emulation of Raspberry Pi DMA controller
2016-03-16 Grégory ESTRADEbcm2835_property: implement framebuffer control/configu...
2016-03-16 Grégory ESTRADEbcm2835_fb: add framebuffer device for Raspberry Pi
2016-03-16 Andrew Baumannbcm2835_aux: add emulation of BCM2835 AUX (aka UART1...
2016-03-16 Andrew Baumannbcm2835_peripherals: enable sdhci pending-insert quirk...
2016-03-16 Andrew Jefferyhw/arm: Add palmetto-bmc machine
2016-03-16 Andrew Jefferyhw/arm: Add ASPEED AST2400 SoC model
2016-03-16 Andrew Jefferyhw/intc: Add (new) ASPEED VIC device model
2016-03-16 Andrew Jefferyhw/timer: Add ASPEED timer device model
2016-03-16 Jean-Christophe... i.MX: Add missing descriptions in devices.
2016-03-16 Jean-Christophe... i.MX: Add i.MX6 CCM and ANALOG device.
2016-03-16 Jean-Christophe... i.MX: Add the CLK_IPG_HIGH clock
2016-03-16 Jean-Christophe... i.MX: Remove CCM useless clock computation handling.
2016-03-16 Jean-Christophe... i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.
2016-03-16 Jean-Christophe... i.MX: Allow GPT timer to rollover.
next