summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-09-27ppc/kvm: change kvmppc_get_htab_fd() to return -errno on errorGreg Kurz1-2/+3
2017-09-27ppc: Fix OpenPIC modelBenjamin Herrenschmidt2-1/+36
2017-09-27ppc/ide/macio: Add missing registersBenjamin Herrenschmidt2-4/+46
2017-09-27ppc/mac: More rework of the DBDMA emulationBenjamin Herrenschmidt1-52/+139
2017-09-27ppc/mac: Advertise a high clock frequency for NewWorld MacsBenjamin Herrenschmidt1-1/+1
2017-09-27ppc: QOMify g3beige machineMark Cave-Ayland1-2/+15
2017-09-27ppc4xx: Add more PLB registersBALATON Zoltan1-3/+9
2017-09-27ehci: Add ppc4xx-ehci for the USB 2.0 controller in embedded PPC SoCsBALATON Zoltan2-0/+26
2017-09-27ohci: Allow sysbus version to be used as a companionBALATON Zoltan1-3/+12
2017-09-26hw/isa/pc87312: Mark the device with user_creatable = falseThomas Huth1-0/+2
2017-09-26hw/display/virtio-gpu: Put the virtio-gpu-device into the display categoryThomas Huth1-0/+1
2017-09-26hw/display/xenfb.c: Add trace_xenfb_key_eventLiang Yan2-0/+2
2017-09-26aux-to-i2c-bridge: don't allow user to create oneKONRAD Frederic1-0/+11
2017-09-26Replace round_page() with TARGET_PAGE_ALIGN()Kamil Rytarowski2-16/+6
2017-09-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-6/+33
2017-09-22ide: fix enum comparison for gcc 4.7John Snow2-2/+2
2017-09-22buildsys: Move usb redir cflags/libs to per objectFam Zheng1-0/+2
2017-09-22buildsys: Move libusb cflags/libs to per objectFam Zheng1-0/+5
2017-09-22buildsys: Move libcacard cflags/libs to per objectFam Zheng1-2/+4
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy1-5/+4
2017-09-21memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy1-1/+1
2017-09-21msf2: Add Emcraft's Smartfusion2 SOM kitSubbaraya Sundeep2-1/+106
2017-09-21msf2: Add Smartfusion2 SoCSubbaraya Sundeep2-0/+239
2017-09-21msf2: Add Smartfusion2 SPI controllerSubbaraya Sundeep2-0/+405
2017-09-21msf2: Microsemi Smartfusion2 System Register blockSubbaraya Sundeep3-0/+166
2017-09-21msf2: Add Smartfusion2 System timerSubbaraya Sundeep2-0/+290
2017-09-21hw/arm/omap2.c: Don't use old_mmioPeter Maydell1-12/+37
2017-09-21hw/i2c/omap_i2c.c: Don't use old_mmioPeter Maydell1-12/+32
2017-09-21hw/timer/omap_gptimer: Don't use old_mmioPeter Maydell1-12/+37
2017-09-21hw/timer/omap_synctimer.c: Don't use old_mmioPeter Maydell1-14/+21
2017-09-21hw/gpio/omap_gpio.c: Don't use old_mmioPeter Maydell1-14/+12
2017-09-21hw/arm/palm.c: Don't use old_mmio for static_opsPeter Maydell1-20/+10
2017-09-21nvic: Support banked exceptions in acknowledge and completePeter Maydell2-8/+22
2017-09-21nvic: Make SHCSR banked for v8MPeter Maydell1-52/+169
2017-09-21nvic: Make ICSR banked for v8MPeter Maydell1-13/+32
2017-09-21target/arm: Handle banking in negative-execution-priority check in cpu_mmu_in...Peter Maydell1-0/+29
2017-09-21nvic: Handle v8M changes in nvic_exec_prio()Peter Maydell1-9/+42
2017-09-21nvic: Disable the non-secure HardFault if AIRCR.BFHFNMINS is clearPeter Maydell1-2/+10
2017-09-21nvic: Implement v8M changes to fixed priority exceptionsPeter Maydell1-3/+19
2017-09-21nvic: In escalation to HardFault, support HF not being priority -1Peter Maydell1-11/+12
2017-09-21nvic: Compare group priority for escalation to HFPeter Maydell1-1/+1
2017-09-21nvic: Make SHPR registers bankedPeter Maydell2-10/+88
2017-09-21nvic: Make set_pending and clear_pending take a secure parameterPeter Maydell2-18/+50
2017-09-21nvic: Handle banked exceptions in nvic_recompute_state()Peter Maydell2-5/+147
2017-09-21nvic: Implement NVIC_ITNS<n> registersPeter Maydell1-7/+67
2017-09-21nvic: Make ICSR.RETTOBASE handle banked exceptionsPeter Maydell1-1/+4
2017-09-21nvic: Implement AIRCR changes for v8MPeter Maydell1-11/+38
2017-09-21nvic: Add cached vectpending_prio statePeter Maydell2-11/+14
2017-09-21nvic: Add cached vectpending_is_s_banked statePeter Maydell1-0/+1
2017-09-21nvic: Add banked exception statesPeter Maydell1-1/+52