]>
2023-03-10 | Akihiko Odaki | igb: Introduce qtest for igb device Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | tests/qtest/libqos/e1000e: Export macreg functions Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | tests/qtest/e1000e-test: Fabricate ethernet header Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | Intrdocue igb device emulation Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000: Split header files Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | pcie: Introduce pcie_sriov_num_vfs Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | net/eth: Introduce EthL4HdrProto Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000e: Implement system clock Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | net/eth: Report if headers are actually present Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000e: Count CRC in Tx statistics Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000: Count CRC in Tx statistics Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000e: Combine rx traces Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | MAINTAINERS: Add e1000e test files Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | MAINTAINERS: Add Akihiko Odaki as a e1000e reviewer MAINTAINERS: Add Akihiko Odaki as a e1000e reviewer Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000e: Do not assert when MSI-X is disabled later Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | hw/net/net_tx_pkt: Check the payload length Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | hw/net/net_tx_pkt: Implement TCP segmentation Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000e: Perform software segmentation for loopback Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdr Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | hw/net/net_tx_pkt: Automatically determine if virtio... Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | net: Strip virtio-net header when dumping Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000x: Alter the signature of e1000x_is_vlan_packet Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | net: Check L4 header size Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000e: Remove extra pointer indirection Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000e: Set MII_ANER_NWAY Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000e: Introduce e1000_rx_desc_union Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000e: Configure ResettableClass Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000: Configure ResettableClass Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000e: Improve software reset Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000e: Remove pending interrupt flags Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000e: Use memcpy to intialize registers Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000: Use memcpy to intialize registers Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000e: Use more constant definitions Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000: Use more constant definitions Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000e: Mask registers when writing Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000e: Introduce E1000E_LOW_BITS_SET_FUNC Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000: Mask registers when writing Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000: Use hw/net/mii.h Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | fsl_etsec: Use hw/net/mii.h Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | hw/net: Add more MII definitions Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-10 | Akihiko Odaki | e1000e: Fix the code style Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-07 | Akihiko Odaki | ui/cocoa: Override windowDidResignKey Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-02 | Akihiko Odaki | hw/timer/hpet: Fix expiration time overflow Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-02 | Akihiko Odaki | vhost-user-rng: Back up vqs before cleaning up vhost_dev Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-02 | Akihiko Odaki | vhost-user-i2c: Back up vqs before cleaning up vhost_dev Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-03-02 | Akihiko Odaki | vhost-user-gpio: Configure vhost_dev when connecting Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-02-28 | Akihiko Odaki | softmmu: Use memmove in flatview_write_continue Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-02-09 | Akihiko Odaki | vhost-user-fs: Back up vqs before cleaning up vhost_dev Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-01-27 | Akihiko Odaki | vhost-user: Correct a reference of TARGET_AARCH64 Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-01-18 | Akihiko Odaki | tests/qtest/libqos/e1000e: Remove duplicate register... Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2023-01-18 | Akihiko Odaki | tests/qtest/e1000e-test: Fix the code style Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2022-12-15 | Akihiko Odaki | tests/qtest/libqos/e1000e: Correctly group register... Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2022-12-15 | Akihiko Odaki | tests/qtest/e1000e-test: De-duplicate constants Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2022-12-15 | Akihiko Odaki | tests/qtest/libqos/e1000e: Remove "other" interrupts Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2022-11-07 | Akihiko Odaki | msix: Assert that specified vector is in range Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Signed-off-by: Akihiko Odaki <<a href="mailto:akihiko.odaki... |
commit | commitdiff | tree |
2022-11-06 | Akihiko Odaki | tests/qtest/libqos/e1000e: Use IVAR shift definitions Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2022-11-06 | Akihiko Odaki | tests/qtest/libqos/e1000e: Use E1000_STATUS_ASDV_1000 Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2022-11-06 | Akihiko Odaki | tests/qtest/e1000e-test: Use e1000_regs.h Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2022-11-06 | Akihiko Odaki | tests/qtest/libqos/e1000e: Set E1000_CTRL_SLU Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2022-11-06 | Akihiko Odaki | tests/qtest/libqos/e1000e: Refer common PCI ID definitions Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2022-10-28 | Akihiko Odaki | tests/qtest/libqos/e1000e: Use e1000_regs.h Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2022-10-12 | Akihiko Odaki | ui/gtk: Fix the implicit mouse ungrabbing logic Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2022-09-23 | Akihiko Odaki | meson: Allow to enable gtk and sdl while cocoa is enabled Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-09-23 | Akihiko Odaki | Revert "main-loop: Disable block backend global state... Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-09-23 | Akihiko Odaki | ui/cocoa: Run qemu_init in the main thread Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-08-29 | Akihiko Odaki | tests/qtest/ac97-test: Correct reference to driver Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> |
commit | commitdiff | tree |
2022-07-13 | Akihiko Odaki | meson: Prefix each element of firmware path Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-07-13 | Akihiko Odaki | module: Use bundle mechanism Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-07-13 | Akihiko Odaki | datadir: Use bundle mechanism Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-07-13 | Akihiko Odaki | cutils: Introduce bundle mechanism Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-07-12 | Akihiko Odaki | ui/cocoa: Take refresh rate into account Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-07-08 | Akihiko Odaki | qga: Relocate a path emitted in the help text Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-07-08 | Akihiko Odaki | build: Do not depend on pc-bios for config-host.mak Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-07-01 | Akihiko Odaki | ui/cocoa: Fix clipboard text release Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-06-14 | Akihiko Odaki | virtio-gpu: Respect UI refresh rate for EDID Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-06-14 | Akihiko Odaki | ui: Deliver refresh rate via QemuUIInfo Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-06-14 | Akihiko Odaki | ui/console: Do not return a value with ui_info Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-06-14 | Akihiko Odaki | ui/cocoa: Fix poweroff request code Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-03-28 | Akihiko Odaki | ui/console: Check console before emitting GL event Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-03-28 | Akihiko Odaki | ui/cocoa: Respect left-command-key option Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-03-18 | Akihiko Odaki | audio/mixeng: Do not declare unused variables Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-03-15 | Akihiko Odaki | coreaudio: Always return 0 in handle_voice_change Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-03-15 | Akihiko Odaki | audio: Log context for audio bug Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-03-07 | Akihiko Odaki | ui/cocoa: Use the standard about panel Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-03-04 | Akihiko Odaki | edid: Fix clock of Detailed Timing Descriptor Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-03-04 | Akihiko Odaki | softmmu/qdev-monitor: Add virtio-gpu-gl aliases Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-03-04 | Akihiko Odaki | ui/cocoa: Add Services menu Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-03-04 | Akihiko Odaki | coreaudio: Notify error in coreaudio_init_out Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-03-02 | Akihiko Odaki | target/arm: Support PSCI 1.1 and SMCCC 1.0 Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-02-21 | Akihiko Odaki | ui/cocoa: Fix the leak of qemu_console_get_label Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-02-21 | Akihiko Odaki | ui/cocoa: Do not alert even without block devices Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2022-02-21 | Akihiko Odaki | MAINTAINERS: Add Akihiko Odaki to macOS-relateds MAINTAINERS: Add Akihiko Odaki to macOS-relateds Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2021-07-26 | Akihiko Odaki | ui: update keycodemapdb submodule commit Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2021-07-26 | Akihiko Odaki | ui/cocoa: Fix the type of main's argv Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2021-07-26 | Akihiko Odaki | ui/egl-headless: Remove a check for CONFIG_OPENGL Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2021-07-26 | Akihiko Odaki | ui/spice: Use HAVE_SPICE_GL for OpenGL checks Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2021-07-09 | Akihiko Odaki | meson: Use input/output for entitlements target Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2021-07-06 | Akihiko Odaki | block/io: Merge discard request alignments Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2021-07-06 | Akihiko Odaki | block: Add backend_defaults property Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
2021-07-06 | Akihiko Odaki | block/file-posix: Optimize for macOS Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> |
commit | commitdiff | tree |
next |