2020-08-21 | Philippe Mathieu... | hw/sd: Add sdbus_write_data() to write multiples bytes... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200814092346.21825-5-f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd: Rename sdbus_read_data() as sdbus_read_byte() ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200814092346.21825-4-f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd: Rename sdbus_write_data() as sdbus_write_byte() ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200814092346.21825-3-f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd: Rename read/write_data() as read/write_byte() ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200814092346.21825-2-f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h' Message-Id: <20180216022933.10945-8-f4bug@amsat.org> ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/sdcard: Make sd_data_ready() static Message-Id: <20180216022933.10945-7-f4bug@amsat.org> ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/pl181: Replace disabled fprintf()s by trace events ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200705204630.4133-9-f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/pl181: Do not create SD card within the SD host... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200705204630.4133-8-f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/pl181: Expose a SDBus and connect the SDCard... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200705204630.4133-7-f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/pl181: Use named GPIOs ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200705204630.4133-6-f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/pl181: Add TODO to use Fifo32 API ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200705204630.4133-4-f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/pl181: Rename pl181_send_command() as pl181_do_command() ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200705204630.4133-3-f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/milkymist: Do not create SD card within the SD... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200705211016.15241-5-f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/milkymist: Create the SDBus at init() ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200705211016.15241-4-f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/lm32/milkymist: Un-inline milkymist_memcard_create() ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200705211016.15241-2-f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/pxa2xx_mmci: Trivial simplification ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200705213350.24725-3-f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/pxa2xx_mmci: Do not create SD card within the... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200705213350.24725-2-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-27 | Philippe Mathieu... | hw/misc/aspeed_sdmc: Fix incorrect memory size ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-07-21 | Philippe Mathieu... | hw/avr/boot: Fix memory leak in avr_load_firmware() ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200714164257.23330-5-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-21 | Philippe Mathieu... | qemu-common: Document qemu_find_file() ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200714164257.23330-4-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-21 | Philippe Mathieu... | qemu/osdep: Reword qemu_get_exec_dir() documentation ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200714164257.23330-3-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-21 | Philippe Mathieu... | qemu/osdep: Document os_find_datadir() return value ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200714164257.23330-2-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-16 | Philippe Mathieu... | hw/i2c: Document the I2C qdev helpers ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200705224154.16917-6-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-16 | Philippe Mathieu... | hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple() ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200705224154.16917-5-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-16 | Philippe Mathieu... | hw/i2c: Rename i2c_realize_and_unref() as i2c_slave_realize_... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200705224154.16917-4-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-16 | Philippe Mathieu... | hw/i2c: Rename i2c_try_create_slave() as i2c_slave_new() ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200705224154.16917-3-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-16 | Philippe Mathieu... | hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus() ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200705224154.16917-2-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-14 | Philippe Mathieu... | hw/sd/sdcard: Do not switch to ReceivingData if address... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200630133912.9428-6-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-14 | Philippe Mathieu... | hw/sd/sdcard: Update coding style to make checkpatch... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200630133912.9428-3-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-14 | Philippe Mathieu... | hw/sd/sdcard: Do not allow invalid SD card sizes ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200713183209.26308-8-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-14 | Philippe Mathieu... | hw/sd/sdcard: Simplify realize() a bit ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200630133912.9428-18-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-14 | Philippe Mathieu... | hw/sd/sdcard: Restrict Class 6 commands to SCSD cards ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200630133912.9428-7-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-14 | Philippe Mathieu... | tests/acceptance/boot_linux: Expand SD card image to... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200713183209.26308-5-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-14 | Philippe Mathieu... | tests/acceptance/boot_linux: Tag tests using a SD card... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200713183209.26308-4-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-13 | Philippe Mathieu... | hw/arm/aspeed: Do not create and attach empty SD cards... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200705173402.15620-1-f4bug@amsat.org |
commitcommitdifftree |
2020-07-13 | Philippe Mathieu... | hw/arm/bcm2836: Remove unused 'cpu_type' field ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200703200459.23294-1-f4bug@amsat.org |
commitcommitdifftree |
2020-07-11 | Philippe Mathieu... | target/avr/disas: Fix store instructions display order ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200707070021.10031-4-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-11 | Philippe Mathieu... | target/avr/cpu: Fix $PC displayed address ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200707070021.10031-3-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-11 | Philippe Mathieu... | target/avr/cpu: Drop tlb_flush() in avr_cpu_reset() ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200707070021.10031-2-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-11 | Philippe Mathieu... | hw/avr: Add limited support for some Arduino boards ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-07-11 | Philippe Mathieu... | hw/avr: Add some ATmega microcontrollers ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-07-11 | Philippe Mathieu... | hw/avr: Add support for loading ELF/raw binaries ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-07-10 | Philippe Mathieu... | accel/tcg: Add stub for probe_access() ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-07-10 | Philippe Mathieu... | hw/core/null-machine: Do not initialize unused chardev... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200624105611.1049-1-f4bug@amsat.org> |
commitcommitdifftree |
2020-07-07 | Philippe Mathieu... | .mailmap: Update Alexander Graf email address ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200702173818.14651-2-f4bug@amsat.org> |
commitcommitdifftree |
2020-06-29 | Philippe Mathieu... | hw/misc/pca9552: Add missing TypeInfo::class_size field ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200629074704.23028-1-f4bug@amsat.org |
commitcommitdifftree |
2020-06-26 | Philippe Mathieu... | hw/misc/pca9552: Model qdev output GPIOs ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200623072723.6324-10-f4bug@amsat.org |
commitcommitdifftree |
2020-06-26 | Philippe Mathieu... | hw/misc/pca9552: Trace GPIO change events ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200623072723.6324-9-f4bug@amsat.org |
commitcommitdifftree |
2020-06-26 | Philippe Mathieu... | hw/arm/aspeed: Describe each PCA9552 device ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200623072723.6324-8-f4bug@amsat.org |
commitcommitdifftree |
2020-06-26 | Philippe Mathieu... | hw/misc/pca9552: Trace GPIO High/Low events ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200623072723.6324-7-f4bug@amsat.org |
commitcommitdifftree |
2020-06-26 | Philippe Mathieu... | hw/misc/pca9552: Add a 'description' property for debugging... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200623072723.6324-6-f4bug@amsat.org |
commitcommitdifftree |
2020-06-26 | Philippe Mathieu... | hw/misc/pca9552: Add generic PCA955xClass, parent of... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200623072723.6324-5-f4bug@amsat.org |
commitcommitdifftree |
2020-06-26 | Philippe Mathieu... | hw/misc/pca9552: Rename generic code as pca955x ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200623072723.6324-4-f4bug@amsat.org |
commitcommitdifftree |
2020-06-26 | Philippe Mathieu... | hw/misc/pca9552: Rename 'nr_leds' as 'pin_count' ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200623072723.6324-3-f4bug@amsat.org |
commitcommitdifftree |
2020-06-26 | Philippe Mathieu... | hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200623072723.6324-2-f4bug@amsat.org |
commitcommitdifftree |
2020-06-26 | Philippe Mathieu... | hw/arm/aspeed: QOM'ify AspeedMachineState ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200623072132.2868-4-f4bug@amsat.org |
commitcommitdifftree |
2020-06-26 | Philippe Mathieu... | hw/arm/aspeed: Rename AspeedBoardState as AspeedMachineState ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200623072132.2868-3-f4bug@amsat.org |
commitcommitdifftree |
2020-06-26 | Philippe Mathieu... | hw/arm/aspeed: Remove extraneous MemoryRegion object... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200623072132.2868-2-f4bug@amsat.org |
commitcommitdifftree |
2020-06-23 | Philippe Mathieu... | hw/arm/mps2-tz: Use the ARM SBCon two-wire serial bus... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200617072539.32686-15-f4bug@amsat.org |
commitcommitdifftree |
2020-06-23 | Philippe Mathieu... | hw/arm/mps2: Add audio I2S interface as unimplemented... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200617072539.32686-14-f4bug@amsat.org |
commitcommitdifftree |
2020-06-23 | Philippe Mathieu... | hw/arm/mps2: Add I2C devices ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200617072539.32686-13-f4bug@amsat.org |
commitcommitdifftree |
2020-06-23 | Philippe Mathieu... | hw/arm/mps2: Add SPI devices ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200617072539.32686-12-f4bug@amsat.org |
commitcommitdifftree |
2020-06-23 | Philippe Mathieu... | hw/arm/mps2: Map the FPGA I/O block ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200617072539.32686-11-f4bug@amsat.org |
commitcommitdifftree |
2020-06-23 | Philippe Mathieu... | hw/arm/mps2: Add CMSDK AHB GPIO peripherals as unimplemented... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200617072539.32686-10-f4bug@amsat.org |
commitcommitdifftree |
2020-06-23 | Philippe Mathieu... | hw/arm/mps2: Add CMSDK APB watchdog device ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200617072539.32686-9-f4bug@amsat.org |
commitcommitdifftree |
2020-06-23 | Philippe Mathieu... | hw/arm/mps2: Rename CMSDK AHB peripheral region ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200617072539.32686-8-f4bug@amsat.org |
commitcommitdifftree |
2020-06-23 | Philippe Mathieu... | hw/arm/mps2: Document CMSDK/FPGA APB subsystem sections ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200617072539.32686-7-f4bug@amsat.org |
commitcommitdifftree |
2020-06-23 | Philippe Mathieu... | hw/arm: Use TYPE_VERSATILE_I2C instead of hardcoded... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200617072539.32686-6-f4bug@amsat.org |
commitcommitdifftree |
2020-06-23 | Philippe Mathieu... | hw/i2c: Add header for ARM SBCon two-wire serial bus... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200617072539.32686-5-f4bug@amsat.org |
commitcommitdifftree |
2020-06-23 | Philippe Mathieu... | hw/i2c/versatile_i2c: Add SCL/SDA definitions ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200617072539.32686-4-f4bug@amsat.org |
commitcommitdifftree |
2020-06-23 | Philippe Mathieu... | hw/i2c/versatile_i2c: Add definitions for register... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200617072539.32686-3-f4bug@amsat.org |
commitcommitdifftree |
2020-06-23 | Philippe Mathieu... | hw/watchdog/cmsdk-apb-watchdog: Add trace event for... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20200617072539.32686-2-f4bug@amsat.org |
commitcommitdifftree |
2020-06-22 | Philippe Mathieu... | hw/rx: Register R5F562N7 and R5F562N8 MCUs ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-06-22 | Philippe Mathieu... | hw/timer/sh_timer: Remove unused 'qemu/timer.h' include ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-06-22 | Philippe Mathieu... | hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h' ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-06-22 | Philippe Mathieu... | hw/sh4: Use MemoryRegion typedef ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-06-22 | Philippe Mathieu... | MAINTAINERS: Add an entry for common Renesas peripherals ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-06-22 | Philippe Mathieu... | MAINTAINERS: Cover sh_intc files in the R2D/Shix machine... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-06-18 | Philippe Mathieu... | hw/net/e1000e: Do not abort() on invalid PSRCTL register... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-06-18 | Philippe Mathieu... | hw/net/tulip: Log descriptor overflows ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-06-18 | Philippe Mathieu... | hw/net/tulip: Fix 'Descriptor Error' definition ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-06-15 | Philippe Mathieu... | configure: Let SLOF be initialized by ./scripts/git... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200615074919.12552-1-f4bug@amsat.org> |
commitcommitdifftree |
2020-06-12 | Philippe Mathieu... | exec/cpu-common: Move MUSB specific typedefs to 'hw... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200601141536.15192-4-f4bug@amsat.org> |
commitcommitdifftree |
2020-06-12 | Philippe Mathieu... | hw/usb: Move device-specific declarations to new 'hcd... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200601141536.15192-3-f4bug@amsat.org> |
commitcommitdifftree |
2020-06-12 | Philippe Mathieu... | exec/memory: Remove unused MemoryRegionMmio type ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200601141536.15192-2-f4bug@amsat.org> |
commitcommitdifftree |
2020-06-12 | Philippe Mathieu... | target/ppc: Restrict PPCVirtualHypervisorClass to system... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200526172427.17460-5-f4bug@amsat.org> |
commitcommitdifftree |
2020-06-12 | Philippe Mathieu... | sysemu/hvf: Only declare hvf_allowed when HVF is available ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200526172427.17460-4-f4bug@amsat.org> |
commitcommitdifftree |
2020-06-12 | Philippe Mathieu... | sysemu/tcg: Only declare tcg_allowed when TCG is available ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200526172427.17460-3-f4bug@amsat.org> |
commitcommitdifftree |
2020-06-12 | Philippe Mathieu... | sysemu/accel: Restrict machine methods to system-mode ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200526172427.17460-2-f4bug@amsat.org> |
commitcommitdifftree |
2020-06-10 | Philippe Mathieu... | hw/i386/vmport: Allow QTest use without crashing ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-06-10 | Philippe Mathieu... | hw/elf_ops: Do not ignore write failures when loading ELF ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-06-10 | Philippe Mathieu... | disas: Let disas::read_memory() handler return EIO... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-06-10 | Philippe Mathieu... | exec: Propagate cpu_memory_rw_debug() error ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-06-10 | Philippe Mathieu... | exec: Let address_space_read/write_cached() propagate... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-06-10 | Philippe Mathieu... | io/task: Move 'qom/object.h' header to source ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200504115656.6045-3-f4bug@amsat.org> |
commitcommitdifftree |
2020-06-10 | Philippe Mathieu... | qom/object: Move Object typedef to 'qemu/typedefs.h' ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200504115656.6045-2-f4bug@amsat.org> |
commitcommitdifftree |
2020-06-10 | Philippe Mathieu... | target/i386: Fix OUTL debug output ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200517110147.26026-1-f4bug@amsat.org> |
commitcommitdifftree |
2020-06-09 | Philippe Mathieu... | hw/pci-host: Use the IEC binary prefix definitions ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200601142930.29408-6-f4bug@amsat.org> |
commitcommitdifftree |
2020-06-09 | Philippe Mathieu... | hw/pci/pci_bridge: Use the IEC binary prefix definitions ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200601142930.29408-5-f4bug@amsat.org> |
commitcommitdifftree |
2020-06-09 | Philippe Mathieu... | hw/pci/pci_bridge: Correct pci_bridge_io memory region... ...off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200601142930.29408-4-f4bug@amsat.org> |
commitcommitdifftree |
next |