summaryrefslogtreecommitdiffstats
path: root/hw/misc/macio
Commit message (Expand)AuthorAgeFilesLines
...
* mac_newworld: add via machine option to control mac99 VIA/ADB configurationMark Cave-Ayland2018-06-161-0/+7
* mos6522: move timer frequency initialisation to mos6522_resetMark Cave-Ayland2018-06-121-3/+3
* cuda: embed mos6522_cuda device directly rather than using QOM object linkMark Cave-Ayland2018-06-121-26/+18Star
* macio: add trace-events to timer deviceMark Cave-Ayland2018-06-122-0/+7
* mac_newworld: move wiring of macio IRQs to macio_newworld_realize()Mark Cave-Ayland2018-05-041-16/+23
* mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()Mark Cave-Ayland2018-04-271-15/+22
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-2/+2
* hw/misc/macio: Fix crash when listing device properties of macio deviceThomas Huth2018-04-101-7/+7
* hw/misc/macio: Mark the macio devices with user_creatable = falseThomas Huth2018-03-181-0/+2
* macio: remove macio_init() functionMark Cave-Ayland2018-03-061-8/+3Star
* macio: move setting of CUDA timebase frequency to macio_common_realize()Mark Cave-Ayland2018-03-061-5/+2Star
* mac_newworld: use object link to pass OpenPIC object to macioMark Cave-Ayland2018-03-061-5/+9
* mac_oldworld: use object link to pass heathrow PIC object to macioMark Cave-Ayland2018-03-061-4/+10
* macio: move macio related structures and defines into separate macio.h fileMark Cave-Ayland2018-03-061-42/+1Star
* macio: move ESCC device within the macio deviceMark Cave-Ayland2018-03-061-17/+43
* macio: embed DBDMA device directly within macioMark Cave-Ayland2018-03-061-6/+7
* cuda: convert to trace-eventsMark Cave-Ayland2018-02-162-33/+28Star
* ppc: move CUDAState and other CUDA-related definitions into separate cuda.h fileMark Cave-Ayland2018-02-162-0/+2
* cuda: convert to use the shared mos6522 deviceMark Cave-Ayland2018-02-161-447/+159Star
* cuda: factor out timebase-derived counter value and load timeMark Cave-Ayland2018-02-111-9/+16
* cuda: set timer 1 frequency property to CUDA_TIMER_FREQMark Cave-Ayland2018-02-111-5/+5
* cuda: don't call cuda_update() when writing to ACR registerMark Cave-Ayland2018-02-111-1/+0Star
* cuda: minor cosmetic tidy-ups to get_next_irq_time()Mark Cave-Ayland2018-02-111-11/+12
* cuda: rename frequency property to tb_frequencyMark Cave-Ayland2018-02-112-4/+4
* cuda: introduce CUDAState parameter to get_counter()Mark Cave-Ayland2018-02-101-5/+5
* cuda: don't allow writes to port output pinsMark Cave-Ayland2018-02-101-2/+2
* cuda: do not use old_mmio accessesMark Cave-Ayland2018-02-101-32/+8Star
* maint: Fix macros with broken 'do/while(0); ' usageEric Blake2018-01-161-2/+2
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland2017-09-271-1/+2
* macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland2017-09-271-1/+3
* mac_dbdma: remove DBDMA_init() functionMark Cave-Ayland2017-09-272-18/+12Star
* mac_dbdma: QOMifyMark Cave-Ayland2017-09-271-10/+49
* mac_dbdma: remove unused IO fields from DBDMAStateMark Cave-Ayland2017-09-271-2/+0Star
* ppc/mac: More rework of the DBDMA emulationBenjamin Herrenschmidt2017-09-271-52/+139
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-2/+2
* ppc: Fix macio ESCC legacy mappingBenjamin Herrenschmidt2016-09-071-16/+10Star
* dbdma: reset io->processing flag for unassigned DBDMA channel rw accessesMark Cave-Ayland2016-07-181-0/+1
* dbdma: set FLUSH bit upon reception of flush command for unassigned DBDMA cha...Mark Cave-Ayland2016-07-181-0/+10
* dbdma: fix load_word/store_word value endiannessMark Cave-Ayland2016-07-181-19/+5Star
* dbdma: fix endian of DBDMA_CMDPTR_LO during branchMark Cave-Ayland2016-07-181-1/+1
* dbdma: add per-channel debugging enabled via DEBUG_DBDMA_CHANMASKMark Cave-Ayland2016-07-181-33/+42
* dbdma: always define DBDMA_DPRINTF and enable debug with DEBUG_DBDMAMark Cave-Ayland2016-07-181-8/+7Star
* dbdma: use DMA memory interface for memory accessesMark Cave-Ayland2016-06-071-6/+7
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-192-0/+2
* cuda: fix off-by-one error in SET_TIME commandAurelien Jarno2016-04-191-2/+2
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-222-9/+9
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* dbdma: warn when using unassigned channelHervé Poussineau2016-02-281-2/+23