aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2017-09-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-09-22ide: fix enum comparison for gcc 4.7John Snow
2017-09-22buildsys: Move usb redir cflags/libs to per objectFam Zheng
2017-09-22buildsys: Move libusb cflags/libs to per objectFam Zheng
2017-09-22buildsys: Move libcacard cflags/libs to per objectFam Zheng
2017-09-22memory: Get rid of address_space_init_shareableAlexey Kardashevskiy
2017-09-21memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy
2017-09-21msf2: Add Emcraft's Smartfusion2 SOM kitSubbaraya Sundeep
2017-09-21msf2: Add Smartfusion2 SoCSubbaraya Sundeep
2017-09-21msf2: Add Smartfusion2 SPI controllerSubbaraya Sundeep
2017-09-21msf2: Microsemi Smartfusion2 System Register blockSubbaraya Sundeep
2017-09-21msf2: Add Smartfusion2 System timerSubbaraya Sundeep
2017-09-21hw/arm/omap2.c: Don't use old_mmioPeter Maydell
2017-09-21hw/i2c/omap_i2c.c: Don't use old_mmioPeter Maydell
2017-09-21hw/timer/omap_gptimer: Don't use old_mmioPeter Maydell
2017-09-21hw/timer/omap_synctimer.c: Don't use old_mmioPeter Maydell
2017-09-21hw/gpio/omap_gpio.c: Don't use old_mmioPeter Maydell
2017-09-21hw/arm/palm.c: Don't use old_mmio for static_opsPeter Maydell
2017-09-21nvic: Support banked exceptions in acknowledge and completePeter Maydell
2017-09-21nvic: Make SHCSR banked for v8MPeter Maydell
2017-09-21nvic: Make ICSR banked for v8MPeter Maydell
2017-09-21target/arm: Handle banking in negative-execution-priority check in cpu_mmu_in...Peter Maydell
2017-09-21nvic: Handle v8M changes in nvic_exec_prio()Peter Maydell
2017-09-21nvic: Disable the non-secure HardFault if AIRCR.BFHFNMINS is clearPeter Maydell
2017-09-21nvic: Implement v8M changes to fixed priority exceptionsPeter Maydell
2017-09-21nvic: In escalation to HardFault, support HF not being priority -1Peter Maydell
2017-09-21nvic: Compare group priority for escalation to HFPeter Maydell
2017-09-21nvic: Make SHPR registers bankedPeter Maydell
2017-09-21nvic: Make set_pending and clear_pending take a secure parameterPeter Maydell
2017-09-21nvic: Handle banked exceptions in nvic_recompute_state()Peter Maydell
2017-09-21nvic: Implement NVIC_ITNS<n> registersPeter Maydell
2017-09-21nvic: Make ICSR.RETTOBASE handle banked exceptionsPeter Maydell
2017-09-21nvic: Implement AIRCR changes for v8MPeter Maydell
2017-09-21nvic: Add cached vectpending_prio statePeter Maydell
2017-09-21nvic: Add cached vectpending_is_s_banked statePeter Maydell
2017-09-21nvic: Add banked exception statesPeter Maydell
2017-09-21mips: replace cpu_mips_init() with cpu_generic_init()Igor Mammedov
2017-09-21mips: move hw/mips/cputimer.c to target/mips/Philippe Mathieu-Daudé
2017-09-21Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell
2017-09-21virtio-serial: add enable_backend callbackPavel Butsykin
2017-09-21sun4u: use sunhme as default on-board NICMark Cave-Ayland
2017-09-21net: add Sun HME (Happy Meal Ethernet) on-board NICMark Cave-Ayland
2017-09-20xen/pt: allow QEMU to request MSI unmasking at bind timeRoger Pau Monne
2017-09-20xen-disk: use g_new0 to fix buildOlaf Hering
2017-09-20Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2017-09-209pfs: check the size of transport buffer before marshalingJan Dakinevich
2017-09-209pfs: fix name_to_path assertion in v9fs_complete_rename()Jan Dakinevich
2017-09-209pfs: fix readdir() for 9p2000.uJan Dakinevich
2017-09-19hw/acpi-build: Fix SRAT memory building in case of node 0 without RAMEduardo Habkost