Age | Commit message (Expand) | Author | Files | Lines |
2023-10-03 | crypto: only include tls-cipher-suites in emulators | Paolo Bonzini | 1 | -5/+1 |
2023-09-21 | hw/other: spelling fixes | Michael Tokarev | 2 | -2/+2 |
2023-07-17 | hw/nvram: Avoid unnecessary Xilinx eFuse backstore write | Tong Ho | 1 | -2/+9 |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé | 1 | -13/+13 |
2023-03-03 | Merge tag 'pull-aspeed-20230302' of https://github.com/legoater/qemu into sta... | Peter Maydell | 1 | -3/+27 |
2023-03-02 | hw/at24c : modify at24c to support 1 byte address mode | Sittisak Sinprem | 1 | -3/+27 |
2023-03-02 | Revert "x86: return modified setup_data only if read as memory, not as file" | Michael S. Tsirkin | 1 | -6/+6 |
2023-03-02 | Revert "x86: don't let decompressed kernel image clobber setup_data" | Michael S. Tsirkin | 1 | -9/+0 |
2023-02-07 | Merge tag 'pull-aspeed-20230207' of https://github.com/legoater/qemu into sta... | Peter Maydell | 1 | -11/+47 |
2023-02-07 | hw/nvram/eeprom_at24c: Make reset behavior more like hardware | Peter Delevoryas | 1 | -12/+10 |
2023-02-07 | hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper | Peter Delevoryas | 1 | -5/+31 |
2023-02-07 | hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards | Peter Delevoryas | 1 | -0/+12 |
2023-02-06 | mac_nvram: Add block backend to persist NVRAM contents | BALATON Zoltan | 1 | -0/+28 |
2023-01-28 | x86: don't let decompressed kernel image clobber setup_data | Jason A. Donenfeld | 1 | -0/+9 |
2022-12-14 | qapi machine: Elide redundant has_FOO in generated C | Markus Armbruster | 1 | -1/+1 |
2022-10-31 | hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h | BALATON Zoltan | 1 | -1/+1 |
2022-10-22 | Drop useless casts from g_malloc() & friends to pointer | Markus Armbruster | 1 | -1/+1 |
2022-10-14 | hw/arm, loongarch: Move load_image_to_fw_cfg() to common location | Sunil V L | 1 | -0/+32 |
2022-09-27 | x86: return modified setup_data only if read as memory, not as file | Jason A. Donenfeld | 1 | -6/+6 |
2022-07-12 | block: Change blk_{pread,pwrite}() param order | Alberto Faria | 4 | -9/+9 |
2022-07-12 | block: Add a 'flags' param to blk_pread() | Alberto Faria | 4 | -4/+4 |
2022-07-12 | block: Make blk_{pread,pwrite}() return 0 on success | Alberto Faria | 2 | -11/+11 |
2022-06-30 | hw/i2c: add asynchronous send | Klaus Jensen | 1 | -0/+2 |
2022-05-12 | machine: use QAPI struct for boot configuration | Paolo Bonzini | 1 | -20/+7 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 1 | -1/+0 |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau | 1 | -3/+3 |
2022-04-05 | xlnx-bbram: hw/nvram: Fix uninitialized Error * | Tong Ho | 1 | -1/+1 |
2022-03-14 | hw/nvram: at24 return 0xff if 1 byte address | Patrick Venture | 1 | -1/+6 |
2022-03-04 | block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o... | Emanuele Giuseppe Esposito | 1 | -1/+1 |
2022-02-21 | hw/nvram: use at24 macro | Patrick Venture | 1 | -1/+1 |
2022-01-18 | hw/nvram: Restrict fw_cfg QOM interface to sysemu and tools | Philippe Mathieu-Daudé | 1 | -2/+4 |
2021-12-31 | dma: Let st*_dma() take MemTxAttrs argument | Philippe Mathieu-Daudé | 1 | -2/+2 |
2021-12-30 | dma: Let dma_memory_read/write() take MemTxAttrs argument | Philippe Mathieu-Daudé | 1 | -3/+6 |
2021-12-30 | dma: Let dma_memory_set() take MemTxAttrs argument | Philippe Mathieu-Daudé | 1 | -1/+2 |
2021-10-23 | hw/nvram: Fix Memory Leak in Xilinx ZynqMP eFuse device | Tong Ho | 1 | -6/+12 |
2021-10-23 | hw/nvram: Fix Memory Leak in Xilinx Versal eFuse device | Tong Ho | 1 | -5/+15 |
2021-10-23 | hw/nvram: Fix Memory Leak in Xilinx eFuse QOM | Tong Ho | 1 | -3/+6 |
2021-09-30 | hw/nvram: Introduce Xilinx battery-backed ram | Tong Ho | 3 | -0/+550 |
2021-09-30 | hw/nvram: Introduce Xilinx ZynqMP eFuse device | Tong Ho | 3 | -0/+861 |
2021-09-30 | hw/nvram: Introduce Xilinx Versal eFuse device | Tong Ho | 4 | -0/+904 |
2021-09-30 | hw/nvram: Introduce Xilinx eFuse QOM | Tong Ho | 4 | -0/+408 |
2021-09-13 | fw_cfg: add etc/msr_feature_control | Paolo Bonzini | 1 | -0/+1 |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 1 | -1/+1 |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-05-02 | hw: Do not include hw/sysbus.h if it is not necessary | Thomas Huth | 1 | -1/+0 |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-02-08 | nvram: add nrf51_soc flash read method | Prasad J Pandit | 1 | -0/+10 |
2021-01-12 | hw/*: Use type casting for SysBusDevice in NPCM7XX | Hao Wu | 1 | -1/+1 |
2021-01-01 | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ... | Peter Maydell | 2 | -0/+2 |