Age | Commit message (Expand) | Author |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-01-11 | scsi: esp: Defer command completion until previous interrupts have been handled | Guenter Roeck |
2018-06-28 | esp: remove legacy esp_init() function | Mark Cave-Ayland |
2018-05-31 | Make MemoryRegion valid.accepts callback take a MemTxAttrs argument | Peter Maydell |
2018-03-12 | hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devices | Thomas Huth |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2017-10-31 | esp: move TYPE_ESP and SysBusESPState from esp.c to esp.h | Mark Cave-Ayland |
2017-09-19 | scsi/esp: Rename the ESP macro to ESP_STATE | Kamil Rytarowski |
2017-02-21 | hw/scsi: Concentrate -drive if=scsi auto-create in one place | Markus Armbruster |
2016-11-22 | scsi/esp: do not raise an interrupt when reading the FIFO register | Hervé Poussineau |
2016-06-29 | scsi: esp: fix migration | Paolo Bonzini |
2016-06-16 | scsi: esp: make cmdbuf big enough for maximum CDB size | Prasad J Pandit |
2016-06-16 | scsi: esp: clean up handle_ti/esp_do_dma if s->do_cmd | Paolo Bonzini |
2016-06-16 | scsi: esp: respect FIFO invariant after message phase | Paolo Bonzini |
2016-06-16 | scsi: esp: check buffer length before reading scsi command | Prasad J Pandit |
2016-06-06 | scsi: esp: check TI buffer index before read/write | Prasad J Pandit |
2016-05-23 | esp: check dma length before reading scsi command(CVE-2016-4441) | Prasad J Pandit |
2016-05-23 | esp: check command buffer length before write(CVE-2016-4439) | Prasad J Pandit |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-01-29 | hw/scsi: Clean up includes | Peter Maydell |
2014-11-12 | esp: Do not overwrite ESP_TCHI after reset | Hannes Reinecke |
2014-05-14 | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela |
2013-08-30 | scsi: Pass size to scsi_bus_new() | Andreas Färber |
2013-07-29 | devices: Associate devices to their logical category | Marcel Apfelbaum |
2013-07-23 | scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline() | Andreas Färber |
2013-07-23 | scsi/esp: Use QOM realize for scsi esp | Hu Tao |
2013-07-23 | scsi/esp: QOM'ify some more | Hu Tao |
2013-07-04 | hw/s*: pass owner to memory_region_init* functions | Paolo Bonzini |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini |
2013-05-03 | scsi: add bus_name parameter to scsi_bus_new. | KONRAD Frederic |
2013-04-08 | hw: move target-independent files to subdirectories | Paolo Bonzini |