]> Git Repo - qemu.git/history - hw
target-i386: Implement FSGSBASE
[qemu.git] / hw /
2016-02-12 Peter MaydellMerge remote-tracking branch 'remotes/sstabellini/tags...
2016-02-11 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/pull...
2016-02-11 Peter MaydellMerge remote-tracking branch 'remotes/jnsnow/tags/ide...
2016-02-11 Daniel SerpellAdds keycode 86 to the hid_usage_keys translation table.
2016-02-11 Michael Tokarevs390x: remove s390-zipl.rom
2016-02-11 Cao jinPassthru CCID card: QOMify
2016-02-11 Cao jinEmulated CCID card: QOMify
2016-02-11 Cao jinES1370: QOMify
2016-02-11 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2016-02-11 Stephen Warrenbcm2835_property: implement "get board revision" query
2016-02-11 Andrew Joneshw/arm/virt: fix max-cpus check
2016-02-11 Prasad J Panditsd: limit 'req.cmd' while using as an array index
2016-02-10 John Snowahci: prohibit "restarting" the FIS or CLB engines
2016-02-10 John Snowahci: explicitly reject bad engine states on post_load
2016-02-10 John Snowahci: handle LIST_ON and FIS_ON in map helpers
2016-02-10 John Snowahci: Do not unmap NULL addresses
2016-02-10 John Snowfdc: always compile-check debug prints
2016-02-10 John Snowide: fix device_reset to not ignore pending AIO
2016-02-10 John Snowide: Add silent DRQ cancellation
2016-02-10 John Snowide: replace blk_drain_all by blk_drain
2016-02-10 John Snowide: move buffered DMA cancel to core
2016-02-10 John Snowide: code motion
2016-02-10 John Snowide: Prohibit RESET on IDE drives
2016-02-10 Ian Campbellxen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from...
2016-02-10 Ian Campbellxen: drop XenXC and associated interface wrappers
2016-02-10 Ian Campbellxen: drop support for Xen 4.1 and older.
2016-02-09 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2016-02-09 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2016-02-09 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2016-02-09 Corey Minyardipmi_bmc_sim: Add break to correct watchdog NMI check
2016-02-09 Corey Minyardipmi_bmc_sim: Fix off by one in check.
2016-02-09 Paolo Bonziniipmi: do not take/drop iothread lock
2016-02-09 Paolo Bonzinihw: Add support for LSI SAS1068 (mptsas) device
2016-02-09 Paolo Bonziniscsi-generic: grab device and port SAS addresses from...
2016-02-09 Paolo Bonziniscsi: push WWN fields up to SCSIDevice
2016-02-09 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2016-02-09 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2016-02-08 Eric Blakeqapi: Drop unused error argument for list and implicit...
2016-02-08 Eric Blakeqapi: Drop unused 'kind' for struct/enum visit
2016-02-08 Eric Blakeqom: Swap 'name' next to visitor in ObjectPropertyAccessor
2016-02-08 Eric Blakeqapi: Swap visit_* arguments for consistent 'name'...
2016-02-08 Eric Blakeqom: Use typedef for Visitor
2016-02-08 Eric Blakeballoon: Improve use of qapi visitor
2016-02-08 Markus ArmbrusterUse error_fatal to simplify obvious fatal errors (again)
2016-02-08 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2016-02-06 Laurent Viviernet: set endianness on all backend devices
2016-02-06 Stefano Stabellinifix MSI injection on Xen
2016-02-06 Jason Wangintel_iommu: large page support
2016-02-06 Laszlo Ersekpc: set the OEM fields in the RSDT and the FADT from...
2016-02-06 Laszlo Ersekacpi: add function to extract oem_id and oem_table_id...
2016-02-06 Laszlo Ersekacpi: expose oem_id and oem_table_id in build_rsdt()
2016-02-06 Laszlo Ersekacpi: take oem_id in build_header(), optionally
2016-02-06 Eduardo Habkostpc: Eliminate PcGuestInfo struct
2016-02-06 Eduardo Habkostpc: Move APIC and NUMA data from PcGuestInfo to PCMachi...
2016-02-06 Eduardo Habkostpc: Move PcGuestInfo.fw_cfg to PCMachineState
2016-02-06 Eduardo Habkostpc: Remove PcGuestInfo.isapc_ram_fw field
2016-02-06 Eduardo Habkostpc: Remove RAM size fields from PcGuestInfo
2016-02-06 Eduardo Habkostpc: Remove compat fields from PcGuestInfo
2016-02-06 Eduardo Habkostacpi: Don't save PcGuestInfo on AcpiBuildState
2016-02-06 Eduardo Habkostacpi: Remove guest_info parameters from functions
2016-02-06 Eduardo Habkostpc: Simplify xen_load_linux() signature
2016-02-06 Eduardo Habkostpc: Simplify pc_memory_init() signature
2016-02-06 Eduardo Habkostpc: Eliminate struct PcGuestInfoState
2016-02-06 Cédric Le Goateripmi: add ACPI power and GUID commands
2016-02-06 Cédric Le Goateripmi: add GET_SYS_RESTART_CAUSE chassis command
2016-02-06 Cédric Le Goateripmi: add get and set SENSOR_TYPE commands
2016-02-06 Cédric Le Goateripmi: introduce a struct ipmi_sdr_compact
2016-02-06 Cédric Le Goateripmi: fix SDR length value
2016-02-06 Cédric Le Goateripmi: cleanup error_report messages
2016-02-06 Cédric Le Goateripmi: replace *_MAXCMD defines
2016-02-06 Cédric Le Goateripmi: replace goto by a return statement
2016-02-06 Marcel Apfelbaumhw/pci: ensure that only PCI/PCIe bridges can be attach...
2016-02-06 Marcel Apfelbaumhw/pxb: add pxb devices to the bridge category
2016-02-06 Vincenzo Maffionevirtio: combine write of an entry into used ring
2016-02-06 Vincenzo Maffionevirtio: read avail_idx from VQ only when necessary
2016-02-06 Vincenzo Maffionevirtio: cache used_idx in a VirtQueue field
2016-02-06 Paolo Bonzinivirtio: combine the read of a descriptor
2016-02-06 Paolo Bonzinivring: slim down allocation of VirtQueueElements
2016-02-06 Paolo Bonzinivirtio: slim down allocation of VirtQueueElements
2016-02-06 Paolo Bonzinivirtio: introduce virtqueue_alloc_element
2016-02-06 Paolo Bonzinivirtio: introduce qemu_get/put_virtqueue_element
2016-02-06 Paolo Bonzinivirtio: move allocation to virtqueue_pop/vring_pop
2016-02-04 Paolo Bonzinivirtio: move VirtQueueElement at the beginning of the...
2016-02-04 Igor Mammedovpc: acpi: merge SSDT into DSDT
2016-02-04 Dr. David Alan GilbertFix virtio migration
2016-02-04 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2016-02-04 Peter MaydellMerge remote-tracking branch 'remotes/jasowang/tags...
2016-02-04 Peter MaydellMerge remote-tracking branch 'remotes/jnsnow/tags/ide...
2016-02-04 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2016-02-04 Laszlo Erseke1000: eliminate infinite loops on out-of-bounds transf...
2016-02-04 Michael S. Tsirkincadence_gem: fix buffer overflow
2016-02-04 Prasad J Panditnet: cadence_gem: check packet size in gem_recieve
2016-02-03 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2016-02-03 Hervé Poussineaudma: remove now useless DMA_* functions
2016-02-03 Hervé Poussineausb16: use IsaDma interface instead of global DMA_*...
2016-02-03 Hervé Poussineaugus: use IsaDma interface instead of global DMA_* functions
2016-02-03 Hervé Poussineaucs4231a: use IsaDma interface instead of global DMA_...
2016-02-03 Hervé Poussineaufdc: use IsaDma interface instead of global DMA_* functions
2016-02-03 Hervé Poussineausparc64: disable floppy DMA
2016-02-03 Hervé Poussineausparc: disable floppy DMA
next
This page took 0.078626 seconds and 7 git commands to generate.