summaryrefslogtreecommitdiffstats
path: root/hw/misc/macio
Commit message (Expand)AuthorAgeFilesLines
...
* hw/misc/macio: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2019-05-241-4/+4
* trace-events: Delete unused trace pointsMarkus Armbruster2019-03-221-1/+0Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-4/+4
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+11
* cuda: decrease time delay before raising VIA SR interrupt and remove fast pathMark Cave-Ayland2019-02-171-10/+1Star
* trivial: Don't include isa.h if it is not really necessaryThomas Huth2019-01-091-1/+0Star
* macio/pmu: Fix missing vmsd terminatorDr. David Alan Gilbert2018-11-081-0/+1
* macio: add addr property to macio IDE objectMark Cave-Ayland2018-08-301-2/+3
* macio: add macio bus to help with fw path generationMark Cave-Ayland2018-08-301-9/+28
* hw/misc/macio: Fix device introspection problems in macio devicesThomas Huth2018-08-013-22/+12Star
* mac_dbdma: only dump commands for debug enabled channelsMark Cave-Ayland2018-07-031-10/+11
* mac_newworld: add PMU deviceMark Cave-Ayland2018-06-164-19/+943
* mac_newworld: wire up programmer switch to NMI handlerMark Cave-Ayland2018-06-161-0/+13
* mac_newworld: add gpios to macio devices with PMU enabledMark Cave-Ayland2018-06-164-0/+239
* 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