OSDN Git Service

qmiga/qemu.git
2023-03-01 Richard Hendersontcg: Change default temp lifetime to TEMP_TB
2023-03-01 Richard Hendersontcg: Don't re-use TEMP_TB temporaries
2023-03-01 Richard Hendersonaccel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers
2023-03-01 Richard Hendersonaccel/tcg/plugin: Use tcg_temp_ebb_*
2023-03-01 Richard Hendersontcg: Use tcg_constant_ptr in do_dup
2023-03-01 Richard Hendersontcg: Use tcg_temp_ebb_new_* in tcg/
2023-03-01 Richard Hendersontcg: Add tcg_temp_ebb_new_{i32,i64,ptr}
2023-03-01 Richard Hendersontcg: Add tcg_gen_movi_ptr
2023-03-01 Richard Hendersontcg: Use tcg_constant_i32 in tcg_gen_io_start
2023-03-01 Richard Hendersontcg: Pass TCGTempKind to tcg_temp_new_internal
2023-03-01 Richard Hendersontcg: Remove TEMP_NORMAL
2023-03-01 Richard Hendersontcg: Add liveness_pass_0
2023-03-01 Richard Hendersontcg: Use noinline for major tcg_gen_code subroutines
2023-03-01 Richard Hendersontcg: Rename TEMP_LOCAL to TEMP_TB
2023-03-01 Richard Hendersontcg: Remove branch-to-next regardless of reference...
2023-03-01 Richard Hendersonaccel/tcg: Use more accurate max_insns for tb_overflow
2023-03-01 Richard Hendersonaccel/tcg: Pass max_insn to gen_intermediate_code by...
2023-03-01 Richard Hendersontcg: Adjust TCGContext.temps_in_use check
2023-03-01 Anton Johanssoninclude/exec: Remove `tb_pc()`
2023-03-01 Anton Johanssontarget/arm: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/avr: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/hexagon: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/hppa: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/i386: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/loongarch: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/microblaze: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/mips: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/openrisc: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/riscv: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/rx: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/sh4: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/sparc: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssontarget/tricore: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssonaccel/tcg: Replace `tb_pc()` with `tb->pc`
2023-03-01 Anton Johanssonaccel/tcg: Move jmp-cache `CF_PCREL` checks to caller
2023-03-01 Anton Johanssontarget/i386: Remove `TARGET_TB_PCREL` define
2023-03-01 Anton Johanssontarget/arm: Remove `TARGET_TB_PCREL` define
2023-03-01 Anton Johanssoninclude/exec: Remove `TARGET_TB_PCREL` define
2023-03-01 Anton Johanssontarget/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`
2023-03-01 Anton Johanssontarget/arm: Replace `TARGET_TB_PCREL` with `CF_PCREL`
2023-03-01 Anton Johanssoninclude/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL`
2023-03-01 Anton Johanssonaccel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`
2023-03-01 Anton Johanssontarget/arm: set `CF_PCREL` in `arm_cpu_realizefn`
2023-03-01 Anton Johanssontarget/i386: set `CF_PCREL` in `x86_cpu_realizefn`
2023-03-01 Anton Johanssoninclude/exec: Introduce `CF_PCREL`
2023-02-28 Richard Hendersonaccel/tcg: Add 'size' param to probe_access_full
2023-02-28 Daniel Henrique... accel/tcg: Add 'size' param to probe_access_flags()
2023-02-28 Akihiko Odakisoftmmu: Use memmove in flatview_write_continue
2023-02-28 Philippe Mathieu... exec/helper-head: Include missing "fpu/softfloat-types...
2023-02-28 Peter MaydellMerge tag 'buildsys-qom-qdev-ui-20230227' of https...
2023-02-27 Christian Schoenebeckui/cocoa: user friendly characters for release mouse
2023-02-27 Philippe Mathieu... dump: Add create_win_dump() stub for non-x86 targets
2023-02-27 Philippe Mathieu... dump: Simplify compiling win_dump.o by introducing...
2023-02-27 Philippe Mathieu... dump: Clean included headers
2023-02-27 Philippe Mathieu... dump: Replace TARGET_PAGE_SIZE -> qemu_target_page_size()
2023-02-27 Philippe Mathieu... dump: Replace tswapN() -> cpu_to_dumpN()
2023-02-27 Bernhard Beschowhw/ide/pci: Add PCIIDEState::isa_irq[]
2023-02-27 Philippe Mathieu... hw/ide/via: Replace magic 2 value by ARRAY_SIZE / MAX_I...
2023-02-27 Philippe Mathieu... hw/ide/piix: Refactor pci_piix_init_ports as pci_piix_i...
2023-02-27 Philippe Mathieu... hw/ide/piix: Pass Error* to pci_piix_init_ports() for...
2023-02-27 Philippe Mathieu... hw/ide/piix: Remove unused includes
2023-02-27 Bernhard Beschowhw/ide/pci: Unexport bmdma_active_if()
2023-02-27 Philippe Mathieu... hw/ide/ioport: Remove unnecessary includes
2023-02-27 Philippe Mathieu... hw/ide: Declare ide_get_[geometry/bios_chs_trans] in...
2023-02-27 Philippe Mathieu... hw/ide: Rename idebus_active_if() -> ide_bus_active_if()
2023-02-27 Philippe Mathieu... hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()
2023-02-27 Philippe Mathieu... hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()
2023-02-27 Philippe Mathieu... hw/ide: Rename ide_register_restart_cb -> ide_bus_regis...
2023-02-27 Philippe Mathieu... hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()
2023-02-27 Philippe Mathieu... hw/ide: Rename ide_set_irq() -> ide_bus_set_irq()
2023-02-27 Philippe Mathieu... hw/ide: Un-inline ide_set_irq()
2023-02-27 Philippe Mathieu... hw/ide: Include 'exec/ioport.h' instead of 'hw/isa...
2023-02-27 Philippe Mathieu... hw/ide: Remove unused 'qapi/qapi-types-run-state.h'
2023-02-27 Philippe Mathieu... hw/ide/atapi: Restrict 'scsi/constants.h' inclusion
2023-02-27 Philippe Mathieu... hw/ide/isa: Remove intermediate ISAIDEState::irq variable
2023-02-27 Philippe Mathieu... hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw...
2023-02-27 Philippe Mathieu... hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to...
2023-02-27 Philippe Mathieu... hw/ide/mmio: Use CamelCase for MMIO_IDE state name
2023-02-27 Fiona Ebnerhw/ide/ahci: Trace ncq write command as write instead...
2023-02-27 Philippe Mathieu... hw/i386/xen: Remove unused 'hw/ide.h' include from...
2023-02-27 John SnowMAINTAINERS: Mark IDE and Floppy as "Odd Fixes"
2023-02-27 Philippe Mathieu... scripts/checkpatch.pl: Do not allow assert(0)
2023-02-27 Philippe Mathieu... block/vvfat: Remove pointless check of NDEBUG
2023-02-27 Philippe Mathieu... hw/ppc/sam460ex: Correctly set MAL properties
2023-02-27 BALATON Zoltanhw/display/sm501: Add fallbacks to pixman routines
2023-02-27 BALATON Zoltanhw/display/sm501: Implement more 2D raster operations
2023-02-27 Philippe Mathieu... hw/display/sm501: Alias 'dma-offset' QOM property in...
2023-02-27 Philippe Mathieu... hw/display/sm501: Embed OHCI QOM child in chipset
2023-02-27 Philippe Mathieu... hw/usb/xhci-nec: Replace container_of() by NEC_XHCI...
2023-02-27 Philippe Mathieu... hw/usb/xhci-nec: Declare QOM macros for NEC_XHCI
2023-02-27 Philippe Mathieu... hw/usb/uhci: Replace container_of() by UHCI_GET_CLASS...
2023-02-27 Philippe Mathieu... hw/usb/uhci: Declare QOM macros using OBJECT_DECLARE_TYPE()
2023-02-27 Philippe Mathieu... hw/usb/ohci: Fix typo
2023-02-27 BALATON Zoltanhw/usb/ohci: Add trace points for register access
2023-02-27 BALATON Zoltanhw/usb/ohci: Move a function next to where it is used
2023-02-27 BALATON Zoltanhw/usb/ohci: Code style fix missing braces and extra...
2023-02-27 BALATON Zoltanhw/usb/ohci: Code style fix white space errors
2023-02-27 BALATON Zoltanhw/usb/ohci: Code style fix comments
2023-02-27 Philippe Mathieu... hw/usb/ohci: Use OHCIState type definition
2023-02-27 Philippe Mathieu... hw/usb/ohci: Include missing 'sysbus.h' header
next