summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-09sun4m: remove include/hw/sparc/sun4m.h and all references to itMark Cave-Ayland7-20/+1
2018-01-09sun4m: move IOMMU declarations from sun4m.h to sun4m_iommu.hMark Cave-Ayland5-21/+54
2018-01-09sun4m: move sun4m_iommu.c from hw/dma to hw/sparcMark Cave-Ayland5-17/+17
2018-01-09sun4u: switch from EBUS_DPRINTF() macro to trace-eventsMark Cave-Ayland2-10/+5
2018-01-09sparc64: introduce trace-events for hw/sparc64Mark Cave-Ayland2-0/+2
2018-01-09apb: replace OBIO interrupt numbers in pci_pbmA_map_irq() with constantsMark Cave-Ayland2-2/+4
2018-01-09ebus: wire up OBIO interrupts to APB pbm via qdev GPIOsMark Cave-Ayland3-26/+33
2018-01-09apb: remove busA property from PBMPCIBridge stateMark Cave-Ayland2-19/+13
2018-01-09apb: split pci_pbm_map_irq() into separate functions for bus A and bus BMark Cave-Ayland1-25/+20
2018-01-09apb: remove pci_apb_init() and instantiate APB device using qdevMark Cave-Ayland3-66/+68
2018-01-09apb: move the two secondary PCI bridges objects into APBStateMark Cave-Ayland3-12/+12
2018-01-09apb: use gpios to wire up the apb device to the SPARC CPU IRQsMark Cave-Ayland5-10/+18
2018-01-09apb: return APBState from pci_apb_init() rather than PCIBusMark Cave-Ayland3-9/+11
2018-01-09apb: APB QOMify tidy-upMark Cave-Ayland1-9/+8
2018-01-09sun4u: move initialisation of all ISABus devices into ebus_realize()Mark Cave-Ayland1-32/+46
2018-01-09sun4u: remove pci_ebus_init() functionMark Cave-Ayland3-20/+16
2018-01-09sun4u: move ISABus inside of EBusStateMark Cave-Ayland1-2/+5
2018-01-09sun4u: ebus QOMify tidy-upMark Cave-Ayland1-7/+12
2018-01-09apb: move QOM macros and typedefs from apb.c to apb.hMark Cave-Ayland2-85/+86
2018-01-09target/sparc: remove MemoryRegionSection check code from sparc_cpu_get_phys_p...Jean-Christophe Dubois1-6/+0
2018-01-09Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-01-08' into st...Peter Maydell3-3/+78
2018-01-08Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell14-149/+161
2018-01-08Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell10-129/+937
2018-01-08Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into st...Peter Maydell3-8/+5
2018-01-08configure: Fix incorrect string comparison operatorPeter Maydell1-1/+1
2018-01-08Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171229' into stagingPeter Maydell45-397/+313
2018-01-08block/nbd: fix segmentation fault when .desc is not null-terminatedMurilo Opsfelder Araujo1-0/+1
2018-01-08nbd/server: Optimize final chunk of sparse readEric Blake1-6/+7
2018-01-08nbd/server: Implement sparse reads atop structured replyEric Blake2-3/+76
2018-01-08Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell22-316/+1294
2018-01-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-hvf' into sta...Peter Maydell39-59/+8474
2018-01-08MAINTAINERS: Drop Aneesh as 9pfs maintainerGreg Kurz1-2/+0
2018-01-089pfs: deprecate handle backendGreg Kurz2-0/+10
2018-01-08fsdev: improve error handling of backend initGreg Kurz6-14/+15
2018-01-08fsdev: improve error handling of backend opts parsingGreg Kurz5-20/+37
2018-01-08tests: virtio-9p: set DRIVER_OK before using the deviceGreg Kurz1-0/+3
2018-01-08tests: virtio-9p: fix ISR dependenceGreg Kurz1-19/+11
2018-01-089pfs: make pdu_marshal() and pdu_unmarshal() static functionsGreg Kurz2-4/+2
2018-01-089pfs: fix error path in pdu_submit()Greg Kurz1-4/+2
2018-01-089pfs: fix type in *_parse_opts declarationsGreg Kurz3-3/+3
2018-01-089pfs: handle: fix type definitionGreg Kurz1-24/+24
2018-01-089pfs: fix some type definitionsGreg Kurz4-11/+11
2018-01-08fsdev: fix some type definitionsGreg Kurz1-17/+14
2018-01-089pfs: fix XattrOperations typedefGreg Kurz2-5/+5
2018-01-08virtio-9p: move unrealize/realize after virtio_9p_transport definitionGreg Kurz1-31/+29
2018-01-08Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-22-1...Peter Maydell6-95/+92
2018-01-08Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell20-203/+144
2018-01-04target/m68k: fix m68k_cpu_dump_state()Laurent Vivier2-4/+8
2018-01-04target/m68k: add the Interrupt Stack PointerLaurent Vivier7-17/+190
2018-01-04target/m68k: add andi/ori/eori to SR/CCRLaurent Vivier1-7/+46