Age | Commit message (Expand) | Author |
2021-07-08 | vfio: Query and store the maximum number of possible DMA mappings | David Hildenbrand |
2021-07-08 | vfio: Support for RamDiscardManager in the !vIOMMU case | David Hildenbrand |
2021-07-08 | virtio-mem: Implement RamDiscardManager interface | David Hildenbrand |
2021-07-08 | virtio-mem: Don't report errors when ram_block_discard_range() fails | David Hildenbrand |
2021-07-08 | virtio-mem: Factor out traversing unplugged ranges | David Hildenbrand |
2021-07-08 | memory: Helpers to copy/free a MemoryRegionSection | David Hildenbrand |
2021-07-08 | memory: Introduce RamDiscardManager for RAM memory regions | David Hildenbrand |
2021-07-08 | tests/qtest: add tests for MAX34451 device model | Titus Rwantare |
2021-07-08 | hw/misc: add MAX34451 device | Titus Rwantare |
2021-07-08 | tests/qtest: add tests for ADM1272 device model | Titus Rwantare |
2021-07-08 | hw/misc: add ADM1272 device | Titus Rwantare |
2021-07-08 | hw/i2c: add support for PMBus | Titus Rwantare |
2021-07-08 | ipmi/sim: fix watchdog_expired data type error in IPMIBmcSim struct | Jinhua Cao |
2021-07-08 | hw/i2c: Introduce i2c_start_recv() and i2c_start_send() | Philippe Mathieu-Daudé |
2021-07-08 | hw/i2c: Extract i2c_do_start_transfer() from i2c_start_transfer() | Philippe Mathieu-Daudé |
2021-07-08 | hw/i2c: Make i2c_start_transfer() direction argument a boolean | BALATON Zoltan |
2021-07-08 | hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address() | Philippe Mathieu-Daudé |
2021-07-08 | hw/i2c: Remove confusing i2c_send_recv() | Philippe Mathieu-Daudé |
2021-07-08 | hw/misc/auxbus: Replace i2c_send_recv() by i2c_recv() & i2c_send() | Philippe Mathieu-Daudé |
2021-07-08 | hw/misc/auxbus: Replace 'is_write' boolean by its value | Philippe Mathieu-Daudé |
2021-07-08 | hw/misc/auxbus: Explode READ_I2C / WRITE_I2C_MOT cases | Philippe Mathieu-Daudé |
2021-07-08 | hw/misc/auxbus: Fix MOT/classic I2C mode | Philippe Mathieu-Daudé |
2021-07-08 | hw/i2c/ppc4xx_i2c: Replace i2c_send_recv() by i2c_recv() & i2c_send() | Philippe Mathieu-Daudé |
2021-07-08 | hw/i2c/ppc4xx_i2c: Add reference to datasheet | Philippe Mathieu-Daudé |
2021-07-08 | hw/display/sm501: Replace i2c_send_recv() by i2c_recv() & i2c_send() | Philippe Mathieu-Daudé |
2021-07-08 | hw/display/sm501: Simplify sm501_i2c_write() logic | Philippe Mathieu-Daudé |
2021-07-08 | hw/input/lm832x: Define TYPE_LM8323 in public header | Philippe Mathieu-Daudé |
2021-07-08 | hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h" | Philippe Mathieu-Daudé |
2021-07-08 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re... | Peter Maydell |
2021-07-08 | tests/tcg: generalise the disabling of the signals test | Alex Bennée |
2021-07-07 | linux-user/syscall: Remove hardcoded tabs (code style) | Philippe Mathieu-Daudé |
2021-07-07 | linux-user/alpha: Remove hardcoded tabs (code style) | Philippe Mathieu-Daudé |
2021-07-07 | linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN | Philippe Mathieu-Daudé |
2021-07-07 | linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN | Philippe Mathieu-Daudé |
2021-07-07 | linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN | Philippe Mathieu-Daudé |
2021-07-07 | linux-user: Fix style problems in linuxload.c | Richard Henderson |
2021-07-07 | linux-user: fill ppid field in /proc/self/stat | Andreas Schwab |
2021-07-07 | linux-user/elfload: Implement ELF_HWCAP for RISC-V | Kito Cheng |
2021-07-07 | target/s390x: split sysemu part of cpu models | Cho, Yu-Chen |
2021-07-07 | target/s390x: move kvm files into kvm/ | Cho, Yu-Chen |
2021-07-07 | target/s390x: remove kvm-stub.c | Cho, Yu-Chen |
2021-07-07 | target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1m | Cho, Yu-Chen |
2021-07-07 | target/s390x: make helper.c sysemu-only | Cho, Yu-Chen |
2021-07-07 | target/s390x: split cpu-dump from helper.c | Cho, Yu-Chen |
2021-07-07 | target/s390x: move sysemu-only code out to cpu-sysemu.c | Cho, Yu-Chen |
2021-07-07 | target/s390x: start moving TCG-only code to tcg/ | Cho, Yu-Chen |
2021-07-07 | target/s390x: rename internal.h to s390x-internal.h | Cho, Yu-Chen |
2021-07-07 | target/s390x: remove tcg-stub.c | Cho, Yu-Chen |
2021-07-07 | hw/s390x: only build tod-tcg from the CONFIG_TCG build | Cho, Yu-Chen |
2021-07-07 | hw/s390x: tod: make explicit checks for accelerators when initializing | Cho, Yu-Chen |