Age | Commit message (Expand) | Author | Files | Lines |
2018-01-11 | hw/intc/arm_gicv3: Make reserved register addresses RAZ/WI | Peter Maydell | 3 | -5/+29 |
2018-01-11 | hw/sd/pxa2xx_mmci: add read/write() trace events | Philippe Mathieu-Daudé | 2 | -28/+54 |
2018-01-11 | hw/timer/pxa2xx_timer: replace hw_error() -> qemu_log_mask() | Philippe Mathieu-Daudé | 1 | -2/+15 |
2018-01-11 | imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register file | Andrey Smirnov | 1 | -1/+1 |
2018-01-11 | imx_fec: Fix a typo in imx_enet_receive() | Andrey Smirnov | 1 | -1/+1 |
2018-01-11 | imx_fec: Use correct length for packet size | Andrey Smirnov | 1 | -1/+1 |
2018-01-11 | imx_fec: Add support for multiple Tx DMA rings | Andrey Smirnov | 1 | -19/+114 |
2018-01-11 | imx_fec: Emulate SHIFT16 in ENETx_RACC | Andrey Smirnov | 1 | -0/+23 |
2018-01-11 | imx_fec: Use MIN instead of explicit ternary operator | Andrey Smirnov | 1 | -1/+1 |
2018-01-11 | imx_fec: Use ENET_FTRL to determine truncation length | Andrey Smirnov | 1 | -2/+2 |
2018-01-11 | imx_fec: Move Tx frame buffer away from the stack | Andrey Smirnov | 1 | -11/+11 |
2018-01-11 | imx_fec: Change queue flushing heuristics | Andrey Smirnov | 1 | -6/+6 |
2018-01-11 | imx_fec: Refactor imx_eth_enable_rx() | Andrey Smirnov | 1 | -4/+4 |
2018-01-11 | imx_fec: Do not link to netdev | Andrey Smirnov | 2 | -2/+1 |
2018-01-11 | Virt: ACPI: fix qemu assert due to re-assigned table data address | Zhaoshenglong | 1 | -7/+11 |
2018-01-09 | sun4u_iommu: add trace event for IOMMU translations | Mark Cave-Ayland | 2 | -0/+3 |
2018-01-09 | sun4u_iommu: convert from IOMMU_DPRINTF to trace-events | Mark Cave-Ayland | 2 | -14/+7 |
2018-01-09 | sun4u_iommu: update to reflect IOMMU is no longer part of the APB device | Mark Cave-Ayland | 1 | -17/+18 |
2018-01-09 | sun4u: split IOMMU device out from apb.c to sun4u_iommu.c | Mark Cave-Ayland | 4 | -273/+352 |
2018-01-09 | apb: QOMify IOMMU | Mark Cave-Ayland | 2 | -21/+63 |
2018-01-09 | sun4m: remove include/hw/sparc/sun4m.h and all references to it | Mark Cave-Ayland | 6 | -6/+1 |
2018-01-09 | sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.h | Mark Cave-Ayland | 3 | -0/+3 |
2018-01-09 | sun4m: move sun4m_iommu.c from hw/dma to hw/sparc | Mark Cave-Ayland | 5 | -17/+17 |
2018-01-09 | sun4u: switch from EBUS_DPRINTF() macro to trace-events | Mark Cave-Ayland | 2 | -10/+5 |
2018-01-09 | sparc64: introduce trace-events for hw/sparc64 | Mark Cave-Ayland | 1 | -0/+1 |
2018-01-09 | apb: replace OBIO interrupt numbers in pci_pbmA_map_irq() with constants | Mark Cave-Ayland | 1 | -2/+2 |
2018-01-09 | ebus: wire up OBIO interrupts to APB pbm via qdev GPIOs | Mark Cave-Ayland | 2 | -25/+26 |
2018-01-09 | apb: remove busA property from PBMPCIBridge state | Mark Cave-Ayland | 1 | -16/+13 |
2018-01-09 | apb: split pci_pbm_map_irq() into separate functions for bus A and bus B | Mark Cave-Ayland | 1 | -25/+20 |
2018-01-09 | apb: remove pci_apb_init() and instantiate APB device using qdev | Mark Cave-Ayland | 2 | -64/+66 |
2018-01-09 | apb: move the two secondary PCI bridges objects into APBState | Mark Cave-Ayland | 2 | -10/+9 |
2018-01-09 | apb: use gpios to wire up the apb device to the SPARC CPU IRQs | Mark Cave-Ayland | 3 | -8/+12 |
2018-01-09 | apb: return APBState from pci_apb_init() rather than PCIBus | Mark Cave-Ayland | 2 | -6/+8 |
2018-01-09 | apb: APB QOMify tidy-up | Mark Cave-Ayland | 1 | -9/+8 |
2018-01-09 | sun4u: move initialisation of all ISABus devices into ebus_realize() | Mark Cave-Ayland | 1 | -32/+46 |
2018-01-09 | sun4u: remove pci_ebus_init() function | Mark Cave-Ayland | 2 | -18/+15 |
2018-01-09 | sun4u: move ISABus inside of EBusState | Mark Cave-Ayland | 1 | -2/+5 |
2018-01-09 | sun4u: ebus QOMify tidy-up | Mark Cave-Ayland | 1 | -7/+12 |
2018-01-09 | apb: move QOM macros and typedefs from apb.c to apb.h | Mark Cave-Ayland | 1 | -85/+0 |
2018-01-08 | Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging | Peter Maydell | 9 | -108/+119 |
2018-01-08 | Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into st... | Peter Maydell | 1 | -0/+3 |
2018-01-08 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2 | -52/+390 |
2018-01-08 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-hvf' into sta... | Peter Maydell | 1 | -0/+12 |
2018-01-08 | 9pfs: deprecate handle backend | Greg Kurz | 1 | -0/+2 |
2018-01-08 | fsdev: improve error handling of backend init | Greg Kurz | 5 | -13/+14 |
2018-01-08 | fsdev: improve error handling of backend opts parsing | Greg Kurz | 3 | -18/+33 |
2018-01-08 | 9pfs: make pdu_marshal() and pdu_unmarshal() static functions | Greg Kurz | 2 | -4/+2 |
2018-01-08 | 9pfs: fix error path in pdu_submit() | Greg Kurz | 1 | -4/+2 |
2018-01-08 | 9pfs: fix type in *_parse_opts declarations | Greg Kurz | 3 | -3/+3 |
2018-01-08 | 9pfs: handle: fix type definition | Greg Kurz | 1 | -24/+24 |