mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Remove unnecessary PCI configuration register initialization that was marked with TODO comments indicating it's redundant: - PCI_COMMAND register is already 0x00 by default, no need to override - PCI_BASE_ADDRESS_0 registers are automatically set by pci_register_bar() This aligns the code with the pattern used by other PCI audio devices in QEMU (via-ac97, intel-hda, es1370) and removes 15 lines of dead code. Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-ID: <20251102231903.65409-1-osama.abdelkader@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
1 week ago | |
|---|---|---|
| .. | ||
| Kconfig | 2 years ago | |
| ac97.c | 1 week ago | |
| ac97.h | 3 years ago | |
| adlib.c | 2 weeks ago | |
| asc.c | 2 weeks ago | |
| cs4231.c | 7 months ago | |
| cs4231a.c | 2 weeks ago | |
| es1370.c | 2 weeks ago | |
| fmopl.c | 2 years ago | |
| fmopl.h | 2 years ago | |
| gus.c | 2 weeks ago | |
| gusemu.h | 9 years ago | |
| gusemu_hal.c | 2 years ago | |
| gusemu_mixer.c | 5 years ago | |
| gustate.h | 9 years ago | |
| hda-codec-common.h | 12 years ago | |
| hda-codec.c | 2 weeks ago | |
| intel-hda-defs.h | 2 years ago | |
| intel-hda.c | 2 weeks ago | |
| intel-hda.h | 2 years ago | |
| lm4549.c | 2 weeks ago | |
| lm4549.h | 2 weeks ago | |
| marvell_88w8618.c | 2 weeks ago | |
| meson.build | 2 weeks ago | |
| model.c | 2 weeks ago | |
| pcspk.c | 2 weeks ago | |
| pl041.c | 2 weeks ago | |
| pl041.h | 9 years ago | |
| pl041.hx | ||
| sb16.c | 2 weeks ago | |
| trace-events | 3 weeks ago | |
| trace.h | 5 years ago | |
| via-ac97.c | 2 weeks ago | |
| virtio-snd-pci.c | 2 weeks ago | |
| virtio-snd.c | 2 weeks ago | |
| wm8750.c | 2 weeks ago | |