OSDN Git Service

qmiga/qemu.git
2018-06-11 Max Reitziotests: Add case for a corrupted inactive image
2018-06-11 Max Reitzqcow2: Do not mark inactive images corrupt
2018-06-11 Max Reitzblock: Make bdrv_is_writable() public
2018-06-11 Alberto Garciathrottle: Fix crash on reopen
2018-06-11 Vladimir Sementsov... block/qcow2-bitmap: fix free_bitmap_clusters
2018-06-11 Thomas Huthqemu-img: Remove deprecated -s snapshot_id_or_name...
2018-06-11 Max Reitziotests: Fix 219's timing
2018-06-11 Vladimir Sementsov... iotests: improve pause_job
2018-06-11 Max Reitziotests: Test post-backing convert target behavior
2018-06-11 Max Reitzqemu-img: Special post-backing convert handling
2018-06-11 Max Reitziotests: Add test for rebasing with relative paths
2018-06-11 Max Reitzqemu-img: Resolve relative backing paths in rebase
2018-06-11 Max Reitziotests: Let 216 make use of qemu-io's exit code
2018-06-11 Max Reitziotests.py: Add qemu_io_silent
2018-06-11 Max Reitzqemu-io: Exit with error when a command failed
2018-06-11 Max Reitzqemu-io: Let command functions return error code
2018-06-11 Max Reitzqemu-io: Drop command functions' return values
2018-06-11 Max Reitziotests: Repairing error during snapshot deletion
2018-06-11 Max Reitzqcow2: Repair OFLAG_COPIED when fixing leaks
2018-06-11 Max Reitziotests: Rework 113
2018-06-11 Max Reitziotests: Test help option for unsupporting formats
2018-06-11 Max Reitzqemu-img: Recognize no creation support in -o help
2018-06-11 Max Reitzqemu-img: Add print_amend_option_help()
2018-06-11 Max Reitzqemu-option: Pull out "Supported options" print
2018-06-11 Max Reitzblock: Add Error parameter to bdrv_amend_options
2018-06-11 Max Reitzqemu-img: Amendment support implies create_opts
2018-06-11 Max Reitziotests: Add creation test to 153
2018-06-11 Max Reitzblock/file-posix: File locking during creation
2018-06-11 Max Reitzblock/file-posix: Pass FD to locking helpers
2018-06-11 Peter MaydellMerge remote-tracking branch 'remotes/vivier/tags/m68k...
2018-06-11 Richard Hendersontarget/m68k: Merge disas_m68k_insn into m68k_tr_transla...
2018-06-11 Richard Hendersontarget/m68k: Improve ending TB at page boundaries
2018-06-11 Richard Hendersontarget/m68k: Convert to TranslatorOps
2018-06-11 Richard Hendersontarget/m68k: Convert to DisasContextBase
2018-06-11 Peter MaydellMerge remote-tracking branch 'remotes/jnsnow/tags/ide...
2018-06-11 Richard Hendersontarget/m68k: Rename DISAS_UPDATE and gen_lookup_tb
2018-06-11 Richard Hendersontarget/m68k: Use lookup_and_goto_tb for DISAS_JUMP
2018-06-11 Richard Hendersontarget/m68k: Remove DISAS_JUMP_NEXT as unused
2018-06-11 Richard Hendersontarget/m68k: Replace DISAS_TB_JUMP with DISAS_NORETURN
2018-06-11 Richard Hendersontarget/m68k: Use DISAS_NORETURN for exceptions
2018-06-08 Paolo Bonziniide: introduce ide_transfer_start_norecurse
2018-06-08 Paolo Bonziniatapi: call ide_set_irq before ide_transfer_start
2018-06-08 Paolo Bonziniide: make ide_transfer_stop idempotent
2018-06-08 Paolo Bonziniide: call ide_cmd_done from ide_transfer_stop
2018-06-08 Paolo Bonziniide: push end_transfer_func out of start_transfer callb...
2018-06-08 John Snowahci: move PIO Setup FIS before transfer, fix it for...
2018-06-08 John Snowlibqos/ahci: track sector size
2018-06-08 Thomas HuthMAINTAINERS: Add the cdrom-test to John's section
2018-06-08 Thomas Huthtests/cdrom-test: Test that -cdrom parameter is working
2018-06-08 Thomas Huthtests/cdrom-test: Test booting from CD-ROM ISO image...
2018-06-08 Thomas Huthtests/boot-sector: Add magic bytes to s390x boot code...
2018-06-08 John Snowahci: make ahci_mem_write traces more descriptive
2018-06-08 John Snowahci: delete old host register address definitions
2018-06-08 John Snowahci: adjust ahci_mem_write to work on registers
2018-06-08 John Snowahci: fix spacing damage on ahci_mem_write
2018-06-08 John Snowahci: make mem_read_32 traces more descriptive
2018-06-08 John Snowahci: modify ahci_mem_read_32 to work on register numbers
2018-06-08 John Snowahci: fix host register max address
2018-06-08 John Snowahci: add host register enumeration
2018-06-08 John Snowahci: delete old port register address definitions
2018-06-08 John Snowahci: make port write traces more descriptive
2018-06-08 John Snowahci: modify ahci_port_write to use register numbers
2018-06-08 John Snowahci: combine identical clauses in port write
2018-06-08 John Snowahci: fix spacing damage on ahci_port_write
2018-06-08 John Snowahci: make port read traces more descriptive
2018-06-08 John Snowahci: modify ahci_port_read to use register numbers
2018-06-08 John Snowahci: add port register enumeration
2018-06-08 John Snowahci: don't schedule unnecessary BH
2018-06-08 John Snowahci: fix PxCI register race
2018-06-08 John Snowahci: trim signatures on raise/lower
2018-06-08 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2018-06-08 Philippe Mathieu... sdcard: Disable CMD19/CMD23 for Spec v2
2018-06-08 Philippe Mathieu... sdcard: Reflect when the Spec v3 is supported in the...
2018-06-08 Philippe Mathieu... sdcard: Disable SEND_IF_COND (CMD8) for Spec v1
2018-06-08 Philippe Mathieu... sdcard: Add a 'spec_version' property, default to Spec...
2018-06-08 Philippe Mathieu... sdcard: Allow commands valid in SPI mode
2018-06-08 Philippe Mathieu... sdcard: Update the Configuration Register (SCR) to...
2018-06-08 Philippe Mathieu... target/xtensa: Add trailing '\n' to qemu_log() calls
2018-06-08 Philippe Mathieu... RISC-V: Add trailing '\n' to qemu_log() calls
2018-06-08 Philippe Mathieu... target/m68k: Add trailing '\n' to qemu_log() call
2018-06-08 Philippe Mathieu... target/arm: Add trailing '\n' to qemu_log() calls
2018-06-08 Philippe Mathieu... stellaris: Add trailing '\n' to qemu_log() calls
2018-06-08 Philippe Mathieu... hw/mips/boston: Add trailing '\n' to qemu_log() calls
2018-06-08 Philippe Mathieu... hw/core/register: Add trailing '\n' to qemu_log() call
2018-06-08 Philippe Mathieu... ppc/pnv: Add trailing '\n' to qemu_log() calls
2018-06-08 Philippe Mathieu... xilinx-dp: Add trailing '\n' to qemu_log() call
2018-06-08 Philippe Mathieu... hw/digic: Add trailing '\n' to qemu_log() calls
2018-06-08 Philippe Mathieu... hw/sd/milkymist-memcard: Add trailing '\n' to qemu_log...
2018-06-08 Philippe Mathieu... hw/i2c: Add trace events
2018-06-08 Thomas Huthhw/arm: Remove the deprecated xlnx-ep108 machine
2018-06-08 Cédric Le Goaterftgmac100: remove check on runt messages
2018-06-08 Cédric Le Goaterftgmac100: fix multicast hash routine
2018-06-08 Cédric Le Goaterftgmac100: add IEEE 802.1Q VLAN support
2018-06-08 Cédric Le Goaterftgmac100: compute maximum frame size depending on...
2018-06-08 Cédric Le Goateraspeed: add the pc9552 chips to the witherspoon machine
2018-06-08 Cédric Le Goatermisc: add pca9552 LED blinker model
2018-06-08 Cédric Le Goateraspeed: Add EEPROM I2C devices
2018-06-08 Cédric Le Goatersmbus: add a smbus_eeprom_init_one() routine
2018-06-08 Cédric Le Goateraspeed: add an I2C RTC device to all machines
2018-06-08 Cédric Le Goateraspeed: add support for the witherspoon-bmc board
next