]> git.proxmox.com Git - mirror_qemu.git/history - hw
block: Ignore generated job QAPI files
[mirror_qemu.git] / hw /
2018-06-12 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/usb...
2018-06-12 Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
2018-06-12 Peter MaydellMerge remote-tracking branch 'remotes/jnsnow/tags/bitma...
2018-06-12 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2018-06-12 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2018-06-12 Bandan Dasusb-mtp: Return error on suspicious TYPE_DATA packet...
2018-06-12 Marc-André Lureauusb-ccid: fix bus leak
2018-06-12 Marc-André Lureauobject: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
2018-06-12 Marc-André Lureaubus: do not unref the added child bus on realize
2018-06-12 Philippe Mathieu... usb/dev-mtp: Fix use of uninitialized values
2018-06-12 Philippe Mathieu... usb: correctly handle Zero Length Packets
2018-06-12 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2018-06-12 David Gibsonspapr_pci: Remove unhelpful pagesize warning
2018-06-12 Cédric Le Goaterxics_kvm: use KVM helpers
2018-06-12 Cédric Le Goaterppc/pnv: fix LPC HC firmware address space
2018-06-12 David Hildenbrandspapr: handle cpu core unplug via hotplug handler chain
2018-06-12 David Hildenbrandspapr: handle pc-dimm unplug via hotplug handler chain
2018-06-12 David Hildenbrandspapr: introduce machine unplug handler
2018-06-12 David Hildenbrandspapr: move memory hotplug support check into spapr_mem...
2018-06-12 David Hildenbrandspapr: move lookup of the node into spapr_memory_plug()
2018-06-12 David Hildenbrandspapr: no need to verify the node
2018-06-12 BALATON Zoltanppc4xx_i2c: Clean up and improve error logging
2018-06-12 Mark Cave-Aylandmos6522: convert VMSTATE_TIMER_PTR_TEST to VMSTATE_TIME...
2018-06-12 Mark Cave-Aylandmos6522: move timer frequency initialisation to mos6522...
2018-06-12 Mark Cave-Aylandcuda: embed mos6522_cuda device directly rather than...
2018-06-12 Mark Cave-Aylandmos6522: fix vmstate_mos6522_timer version in vmstate_m...
2018-06-12 Mark Cave-Aylandppc: remove obsolete macio_init() definition from mac.h
2018-06-12 Mark Cave-Aylandppc: remove obsolete pci_pmac_init() definitions from...
2018-06-12 Philippe Mathieu... hw/misc/mos6522: Add trailing '\n' to qemu_log() calls
2018-06-12 Cédric Le Goaterspapr/vio: deprecate the "irq" property
2018-06-11 Mark Cave-Aylandprep: fix keyboard for the 40p machine
2018-06-11 Mark Cave-Ayland40p: remove pci_allow_0_address = true from 40p machine...
2018-06-11 Philippe Mathieu... hw/ppc/spapr_drc: Replace error_setg(&error_abort)...
2018-06-11 Mark Cave-Aylanduninorth: remove token register from uninorth device
2018-06-11 Mark Cave-Aylandmacio: add trace-events to timer device
2018-06-11 BALATON Zoltanppc440_pcix: Fix a typo in setting a register (Coverity...
2018-06-11 Ross Zwislernvdimm: make persistence option symbolic
2018-06-11 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2018-06-11 Peter MaydellMerge remote-tracking branch 'remotes/vivier/tags/m68k...
2018-06-11 Peter MaydellMerge remote-tracking branch 'remotes/jnsnow/tags/ide...
2018-06-11 Eduardo Habkostpc: Remove PC_COMPAT_2_12 from 3.0 machine-types
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 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... 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
2018-06-08 Cédric Le Goateraspeed: remove ignore_memory_transaction_failures on...
2018-06-08 Shannon Zhaoarm_gicv3_kvm: kvm_dist_get/put: skip the registers...
2018-06-08 Peter MaydellMerge remote-tracking branch 'remotes/thibault/tags...
2018-06-07 Peter MaydellMerge remote-tracking branch 'remotes/gkurz/tags/for...
2018-06-07 Keno Fischer9p: xattr: Properly translate xattrcreate flags
2018-06-07 Keno Fischer9p: Properly check/translate flags in unlinkat
2018-06-07 Keno Fischer9p: local: Avoid warning if FS_IOC_GETVERSION is not...
2018-06-07 Keno Fischer9p: xattr: Fix crashes due to free of uninitialized...
next