index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
misc
/
macio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cuda: convert to use the shared mos6522 device
Mark Cave-Ayland
2018-02-16
1
-447
/
+159
*
cuda: factor out timebase-derived counter value and load time
Mark Cave-Ayland
2018-02-11
1
-9
/
+16
*
cuda: set timer 1 frequency property to CUDA_TIMER_FREQ
Mark Cave-Ayland
2018-02-11
1
-5
/
+5
*
cuda: don't call cuda_update() when writing to ACR register
Mark Cave-Ayland
2018-02-11
1
-1
/
+0
*
cuda: minor cosmetic tidy-ups to get_next_irq_time()
Mark Cave-Ayland
2018-02-11
1
-11
/
+12
*
cuda: rename frequency property to tb_frequency
Mark Cave-Ayland
2018-02-11
2
-4
/
+4
*
cuda: introduce CUDAState parameter to get_counter()
Mark Cave-Ayland
2018-02-11
1
-5
/
+5
*
cuda: don't allow writes to port output pins
Mark Cave-Ayland
2018-02-10
1
-2
/
+2
*
cuda: do not use old_mmio accesses
Mark Cave-Ayland
2018-02-10
1
-32
/
+8
*
maint: Fix macros with broken 'do/while(0); ' usage
Eric Blake
2018-01-16
1
-2
/
+2
*
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+4
*
macio: use object link between MACIO_IDE and MAC_DBDMA object
Mark Cave-Ayland
2017-09-27
1
-1
/
+2
*
macio: pass channel into MACIOIDEState via qdev property
Mark Cave-Ayland
2017-09-27
1
-1
/
+3
*
mac_dbdma: remove DBDMA_init() function
Mark Cave-Ayland
2017-09-27
2
-18
/
+12
*
mac_dbdma: QOMify
Mark Cave-Ayland
2017-09-27
1
-10
/
+49
*
mac_dbdma: remove unused IO fields from DBDMAState
Mark Cave-Ayland
2017-09-27
1
-2
/
+0
*
ppc/mac: More rework of the DBDMA emulation
Benjamin Herrenschmidt
2017-09-27
1
-52
/
+139
*
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
2017-05-23
1
-2
/
+2
*
ppc: Fix macio ESCC legacy mapping
Benjamin Herrenschmidt
2016-09-07
1
-16
/
+10
*
dbdma: reset io->processing flag for unassigned DBDMA channel rw accesses
Mark Cave-Ayland
2016-07-18
1
-0
/
+1
*
dbdma: set FLUSH bit upon reception of flush command for unassigned DBDMA cha...
Mark Cave-Ayland
2016-07-18
1
-0
/
+10
*
dbdma: fix load_word/store_word value endianness
Mark Cave-Ayland
2016-07-18
1
-19
/
+5
*
dbdma: fix endian of DBDMA_CMDPTR_LO during branch
Mark Cave-Ayland
2016-07-18
1
-1
/
+1
*
dbdma: add per-channel debugging enabled via DEBUG_DBDMA_CHANMASK
Mark Cave-Ayland
2016-07-18
1
-33
/
+42
*
dbdma: always define DBDMA_DPRINTF and enable debug with DEBUG_DBDMA
Mark Cave-Ayland
2016-07-18
1
-8
/
+7
*
dbdma: use DMA memory interface for memory accesses
Mark Cave-Ayland
2016-06-07
1
-6
/
+7
*
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-19
2
-0
/
+2
*
cuda: fix off-by-one error in SET_TIME command
Aurelien Jarno
2016-04-19
1
-2
/
+2
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-0
/
+1
*
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-03-22
2
-9
/
+9
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
dbdma: warn when using unassigned channel
Hervé Poussineau
2016-02-28
1
-2
/
+23
*
cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commands
Hervé Poussineau
2016-02-17
1
-23
/
+0
*
cuda: remove GET_6805_ADDR command
Hervé Poussineau
2016-02-17
1
-3
/
+0
*
cuda: port SET_TIME command to new framework
Hervé Poussineau
2016-02-17
1
-6
/
+18
*
cuda: port GET_TIME command to new framework
Hervé Poussineau
2016-02-17
1
-8
/
+21
*
cuda: port SET_POWER_MESSAGES command to new framework
Hervé Poussineau
2016-02-17
1
-3
/
+16
*
cuda: port FILE_SERVER_FLAG command to new framework
Hervé Poussineau
2016-02-17
1
-1
/
+16
*
cuda: port RESET_SYSTEM command to new framework
Hervé Poussineau
2016-02-17
1
-4
/
+13
*
cuda: port POWERDOWN command to new framework
Hervé Poussineau
2016-02-17
1
-4
/
+13
*
cuda: port SET_DEVICE_LIST command to new framework
Hervé Poussineau
2016-02-17
1
-2
/
+16
*
cuda: port SET_AUTO_RATE command to new framework
Hervé Poussineau
2016-02-17
1
-6
/
+30
*
cuda: port AUTOPOLL command to new framework
Hervé Poussineau
2016-02-17
1
-15
/
+25
*
cuda: move unknown commands reject out of switch
Hervé Poussineau
2016-02-17
1
-14
/
+16
*
cuda: add a framework to handle commands
Hervé Poussineau
2016-02-17
1
-0
/
+34
*
cuda.c: return error for unknown commands
Alyssa Milburn
2016-01-30
1
-0
/
+5
*
cuda: add missing fields to VMStateDescription
Mark Cave-Ayland
2016-01-30
1
-2
/
+5
*
mac_dbdma: add DBDMA controller state to VMStateDescription
Mark Cave-Ayland
2016-01-30
1
-4
/
+36
*
ppc: Clean up includes
Peter Maydell
2016-01-29
3
-0
/
+3
*
mac_dbdma: always initialize channel field in DBDMA_channel
Hervé Poussineau
2015-11-30
1
-1
/
+1
[prev]
[next]