]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2017-05-10 Kamil Rytarowskiscripts: Switch to more portable Perl shebang
2017-05-10 Kamil Rytarowskiscripts/qemu-binfmt-conf.sh: Fix shell portability...
2017-05-10 Chris Webbvirtfs: allow a device id to be specified in the -virtf...
2017-05-10 Thomas Huthhw/core/generic-loader: Fix crash when running without CPU
2017-05-10 Fam Zhengvirtio-blk: Remove useless condition around g_free()
2017-05-10 Thomas Huthqemu-doc: Fix broken URLs of amnhltm.zip and dosidle210.zip
2017-05-10 Andreas Grapentinuse _Static_assert in QEMU_BUILD_BUG_ON
2017-05-10 sochin.jiangchannel-file: fix wrong parameter comments
2017-05-07 Fam Zhengblock: Make 'replication_state' an enum
2017-05-07 Saurav Sachidanandutil: Use g_malloc/g_free in envlist.c
2017-05-07 Philippe Mathieu... qga: fix compiler warnings (clang 5)
2017-05-07 Philippe Mathieu... device_tree: fix compiler warnings (clang 5)
2017-05-07 Philippe Mathieu... usb-ccid: make ccid_write_data_block() cope with null...
2017-05-07 Eric Blaketests: Ignore more test executables
2017-05-07 Craig JellickAdd 'none' as type for drive's if option
2017-05-07 Marc-André... doc: fix function spelling
2017-05-07 KONRAD Fredericppc_booke: drop useless assignment
2017-05-07 Ishani ChughRemove reduntant qemu: from error functions
2017-05-04 Stefan HajnocziMerge remote-tracking branch 'kwolf/tags/for-upstream...
2017-05-02 Stefan HajnocziMerge remote-tracking branch 'sthibault/tags/samuel...
2017-04-29 Dr. David Alan... slirp: VMStatify remaining except for loop
2017-04-29 Dr. David Alan... slirp: VMStatify socket level
2017-04-29 Dr. David Alan... slirp: Common lhost/fhost union
2017-04-29 Dr. David Alan... slirp: VMStatify sbuf
2017-04-29 Dr. David Alan... slirp: VMState conversion; tcpcb
2017-04-29 Samuel Thibaultslirp: fix pinging the virtual ipv4 DNS server
2017-04-29 Marc-André... slirp: tftp, copy sockaddr_size
2017-04-29 Dr. David Alan... slirp/smb: Replace constant strings by glib string
2017-04-29 Vincent Bernatslirp: allow host port 0 for hostfwd
2017-04-28 Kevin WolfMerge remote-tracking branch 'mreitz/tags/pull-block...
2017-04-28 Max Reitzprogress: Show current progress on SIGINFO
2017-04-28 John Snowiotests: fix exclusion option
2017-04-28 John Snowiotests: clarify help text
2017-04-28 Lidong Chenqemu-img: use blk_co_pwrite_zeroes for zero sectors...
2017-04-28 Markus Armbrusterreplication: Make --disable-replication compile again
2017-04-28 Greg Kurzconfigure: fix trace backend list for out-of-tree builds
2017-04-28 Stefan HajnocziMerge remote-tracking branch 'mdroth/tags/qga-pull...
2017-04-28 Vladimir Sementsov... qemu-img: improve convert_iteration_sectors()
2017-04-28 Denis V. Lunevblock: assert no image modification under BDRV_O_INACTIVE
2017-04-28 Klim Kireevblock: fix obvious coding style mistakes in block_int.h
2017-04-28 Eric Blakeqcow2: Allow discard of final unaligned cluster
2017-04-28 Max Reitzblock: Add .bdrv_truncate() error messages
2017-04-28 Max Reitzblock: Add errp to BD.bdrv_truncate()
2017-04-28 Max Reitzblock: Add errp to b{lk,drv}_truncate()
2017-04-28 Max Reitzblock/vhdx: Make vhdx_create() always set errp
2017-04-27 Max Reitzqemu-img: Document backing options
2017-04-27 Max Reitzqemu-img/convert: Move bs_n > 1 && -B check down
2017-04-27 Max Reitzqemu-img/convert: Use @opts for one thing only
2017-04-27 Denis V. Lunevblock: fix alignment calculations in bdrv_co_do_zero_pw...
2017-04-27 Max Reitzblock: Do not unref bs->file on error in BD's open
2017-04-27 Fam Zhengiotests: 109: Filter out "len" of failed jobs
2017-04-27 Eric Blakeiotests: Fix typo in 026
2017-04-27 Thomas HuthIssue a deprecation warning if the user specifies the...
2017-04-27 Max Reitziotests: Launch qemu-nbd with -e 42
2017-04-27 Fam Zhengblock: Remove NULL check in bdrv_co_flush
2017-04-27 Kevin Wolfqemu_iotests: Remove _readlink()
2017-04-27 Kevin Wolfqemu-iotests: Remove PERL_PROG and BC_PROG
2017-04-27 Max Reitziotests/051: Add test for empty filename
2017-04-27 Max Reitzblock: An empty filename counts as no filename
2017-04-27 Kevin Wolfqemu-iotests: Test postcopy migration
2017-04-27 Kevin Wolfqemu-iotests: Filter HMP readline escape characters
2017-04-27 Kevin Wolfmigration: Call blk_resume_after_migration() for postcopy
2017-04-27 Peter Lievenqemu-img: simplify img_convert
2017-04-27 Max ReitzRevert "block/io: Comment out permission assertions"
2017-04-27 Kevin Wolffile-win32: Remove unnecessary include
2017-04-27 Kevin Wolffile-posix: Remove unnecessary includes
2017-04-27 Krzysztof Kozlowskiblock: Constify data passed by pointer to blk_name
2017-04-27 Vinzenz Feenstraqga: Add `guest-get-timezone` command
2017-04-27 Vinzenz Feenstraqga: Add 'guest-get-users' command
2017-04-27 Marc-André... qga: improve fsfreeze documentations
2017-04-27 Vinzenz Feenstraqga: Add 'guest-get-host-name' command
2017-04-27 Sameeh Jubranqga-win: Fix Event Viewer errors caused by qemu-ga
2017-04-27 Sameeh Jubranqga-win: Fix a bug where qemu-ga service is stuck durin...
2017-04-27 Sameeh Jubranqga-win: Enable 'can-offline' field in 'guest-get-vcpus...
2017-04-27 Sameeh Jubranqemu-ga: Make QGA VSS provider service run only when...
2017-04-26 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2017-04-26 Richard Hendersontcg: Initialize return value after exit_atomic
2017-04-26 Peter MaydellRevert "COLO-compare: Optimize tcp compare trace event"
2017-04-26 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert/tags...
2017-04-26 Thomas Huthtests: Add a tester for HMP commands
2017-04-26 Thomas Huthlibqtest: Add a generic function to run a callback...
2017-04-26 Thomas Huthlibqtest: Ignore QMP events when parsing the response...
2017-04-26 Thomas Huthmonitor: Check whether TCG is enabled before running...
2017-04-26 Paolo Bonzinihmp: gpa2hva and gpa2hpa hostaddr command
2017-04-26 Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
2017-04-26 Peter MaydellMerge remote-tracking branch 'remotes/sstabellini/tags...
2017-04-26 Scott WoodMAINTAINERS: Remove myself from e500
2017-04-26 David Gibsontarget/ppc: Style fixes
2017-04-26 Bernhard Kaindle500,book3s: mfspr 259: Register mapped/aliased SPRG3...
2017-04-26 Suraj Jitindar... target/ppc: Flush TLB on write to PIDR
2017-04-26 Bharata B Raospapr-cpu-core: Release ICPState object during CPU...
2017-04-26 Cédric Le Goaterppc/pnv: generate an OEM SEL event on shutdown
2017-04-26 Cédric Le Goaterppc/pnv: add initial IPMI sensors for the BMC simulator
2017-04-26 Cédric Le Goaterppc/pnv: populate device tree for IPMI BT devices
2017-04-26 Cédric Le Goaterppc/pnv: populate device tree for serial devices
2017-04-26 Cédric Le Goaterppc/pnv: populate device tree for RTC devices
2017-04-26 Cédric Le Goaterppc/pnv: scan ISA bus to populate device tree
2017-04-26 Cédric Le Goaterppc/pnv: enable only one LPC bus
2017-04-26 Benjamin Herrenschmidtppc/pnv: Add support for POWER8+ LPC Controller
2017-04-26 Cédric Le Goaterspapr: remove the 'nr_servers' field from the machine
next